Internal package causing problems #136
Answered
by
q-uint
lowell108
asked this question in
Package Questions
-
This is a great Go piece of code, but I can't get past the "internal package not allowed" problem. I just want to use your great code as a skeleton for a SCIM server I need to write. Can you refactor to not use Internal? |
Beta Was this translation helpful? Give feedback.
Answered by
q-uint
Dec 7, 2021
Replies: 2 comments
-
Are you trying to import the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
q-uint
-
Thank you! I worked it out.
Also, your code is beautiful. I'm going to add a main class and run it on a server/hook it up to my tenant!
Thanks for sharing it!
Lowell Gilbertson lowellgilbertson dot com
On Tuesday, December 7, 2021, 02:44:16 AM EST, Quint Daenen ***@***.***> wrote:
You you trying to import the internal package into you implementation? You can read more about internal packages here.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
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
Are you trying to import the
internal
package into you implementation? You can read more about internal packages here.