Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider updating type system to use Go generics #274

Open
suyashkumar opened this issue Apr 25, 2023 · 1 comment
Open

Consider updating type system to use Go generics #274

suyashkumar opened this issue Apr 25, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@suyashkumar
Copy link
Owner

Now that go has generics we will want to update the Element value APIs to make use of them at some point:

type Value interface {

@suyashkumar suyashkumar added the enhancement New feature or request label Apr 25, 2023
@webstradev
Copy link

@suyashkumar Are you just referring to using any instead of interface{} wherever possible, if so I'd be happy to go through the repository (either in batches or all together, whatever you prefer)

@suyashkumar suyashkumar changed the title Update type system to use Go generics Consider updating type system to use Go generics Nov 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants