We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
go mod init go: cannot determine module path for source directory /home/alex (outside GOPATH, module path must be specified)
go mod init
Example usage: 'go mod init example.com/m' to initialize a v0 or v1 module 'go mod init example.com/m/v2' to initialize a v2 module
Run 'go help mod init' for more information.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
go mod init
go: cannot determine module path for source directory /home/alex (outside GOPATH, module path must be specified)
Example usage:
'go mod init example.com/m' to initialize a v0 or v1 module
'go mod init example.com/m/v2' to initialize a v2 module
Run 'go help mod init' for more information.
The text was updated successfully, but these errors were encountered: