-
Notifications
You must be signed in to change notification settings - Fork 72
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 Golang wrapper APIs and tests #220
Conversation
f986493
to
fc0dd15
Compare
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.
Nice! Some general comments / thoughts.
8ea5cb0
to
cb58730
Compare
eab85b2
to
be76eec
Compare
Signed-off-by: Marcela Melara <[email protected]> Co-authored-by: Aditya Sirish <[email protected]>
Signed-off-by: Marcela Melara <[email protected]> Co-authored-by: Aditya Sirish <[email protected]>
Signed-off-by: Marcela Melara <[email protected]>
Signed-off-by: Marcela Melara <[email protected]>
be76eec
to
e99d362
Compare
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.
Thanks for applying some of the feedback! This looks great to me!
I'll leave the approval to some of the maintainers :)
LGTM!
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.
Thanks for this work Marcela, it seems pretty valuable!
Signed-off-by: Marcela Melara <[email protected]>
Thanks Marcela! |
Just going to note: We may be able to replace per-language validators with something more portable in the future. |
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. A small nit that can be improved later if needed if more error messages are possible. Thanks for all the work!
This PR introduces basic wrapper APIs for the Golang language bindings for the Statement layer. I also adds basic tests and documentation for testing the Golang language bindings.
Fixes #175