-
Notifications
You must be signed in to change notification settings - Fork 705
Add intermediate representation struct #810
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
Add intermediate representation struct #810
Conversation
7b93975 to
d52d55b
Compare
typhoonzero
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, please add a function in type FeatureColumn interface{} to garantee the FeatureColumn types.
Here is nice blog posting listing possible alternatives for sum types in Go. https://making.pusher.com/alternatives-to-sum-types-in-go/ I vote for alternativ#1, in our case, we can add a |
|
@tonyyang-svail Agree! Seems nice. |
Fix #809