How to import packages from ./internal/ExDir/ExPackage #154
Unanswered
OmarQorish
asked this question in
Q&A
Replies: 1 comment
-
Go toolchain has quite strict requirements on who can import packages that contain 'internal' in their path: Wrapper packages generated at runtime by gomacro are named A possible workaround is to manually write a non-internal package that wraps the internal one, and instruct gomacro to import the non-internal one. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to use gomacro to run functions that are implemented in packages under the internal directory in my own project
Beta Was this translation helpful? Give feedback.
All reactions