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

feat: impl any <> interface conversions with accepts_interface option #25

Closed
wants to merge 9 commits into from

Conversation

technicallyty
Copy link
Contributor

ref: #5

  • implements functions to handle/parse options (options.go)
  • changed fieldGoType to return an interface so we can return either the string or GoIdent. This is kinda messy, and unsafe in some cases, however this allows us to just stick the interface in g.P(goType) and have it just work.
  • modify the newFileInfo function to search for options in the message fields, and overwrite fields to use the interface type as their goIdent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant