You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature should allow users to initialize the project with gomod path instead of using just the project name.
Proposed changes:
go mod init github.com/flowup/something
Will initialize a new directory named something in the current path and initialize go.mod to github.com/flowup/something. This will enable us to initialize go mod outside of the GOPATH.
This feature should allow users to initialize the project with gomod path instead of using just the project name.
Proposed changes:
Will initialize a new directory named
something
in the current path and initialize go.mod togithub.com/flowup/something
. This will enable us to initialize go mod outside of the GOPATH.@bafko @kubaj what do you guys think about this?
We may also remove
prefix
from themmo.yaml
as it will be supplied by thego.mod
The text was updated successfully, but these errors were encountered: