-
Notifications
You must be signed in to change notification settings - Fork 296
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
exit status 1. expected 'STRING', found '-' #130
Comments
Please I need a reproducer. Can you add a type.go, and I can try to reproducer and fix |
package api import ( type NodeList struct { type Node struct { type NodeSpec struct { type Component struct { |
I just ran this locally, and it worked fine. See generated file: https://gist.github.com/ugorji/19801dc6d42ee1975762 Please update your codecgen and retry.
|
I have imported "github.com/fsouza/go-dockerclient" in my type.go . then exe the comand ' codecgen -o type.generated.go type.go' return exit status 1, console: panic: 15:8: expected 'STRING', found '-' .
That is to say every type.go have imported contain '-' exe codecgen will return error.
The text was updated successfully, but these errors were encountered: