moovweb / gvm

Go Version Manager
http://github.com/moovweb/gvm
MIT License
10.18k stars 533 forks source link

go mod init fail #484

Open fardeadok opened 2 months ago

fardeadok commented 2 months ago

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.