-
Notifications
You must be signed in to change notification settings - Fork 0
convert to mods #2
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
Conversation
@@ -2,7 +2,7 @@ package node2 | |||
|
|||
import ( | |||
"fmt" | |||
"server/utils" | |||
"github.com/redsift/sandbox-go/testFixtures/sift/server/utils" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is going to pulled into our sandbox, so package name should stay as "server/utils", otherwise we'll have an issue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
relative paths don't work anymore
see golang/go#26645 (comment)
testFixtures/sift/server will need go.mod/go.sum files |
instead use go mod replace to get compliler to fetch module from /run/sandbox/sift/server
No description provided.