This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 607
Source mode fails with embedded interfaces #178
Comments
Previous closed same issue: #85 |
Hi Sergey, The command line for aux_files needs the full package name:
Also, you mentioned in #85 that you used reflect as a fallback. Please consider reflect mode as the first option to try and use source mode only if it can't work for some reason. Finally, I opened #181 to look into eliminating the need for aux_files altogether. |
Hi @balshetzer I encountered the same issue. Here are my files. github.com/project/handler/init.go
github.com/project/handler/admin.go
Here's generation
Here's the output
i don't know what's wrong with my command. can you help? |
If you are having an issue please open a new issue, this one was closed over two years ago, thanks. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Here are my test files:
github.com/anyuser/test/test1.go:
github.com/anyuser/test/test2.go:
Here's generation:
Error result:
The text was updated successfully, but these errors were encountered: