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
$ go build
go: cannot find main module, but found .git/config in /home/werner/software/anti-gfw/socks5/v2ray/v2rayGen.git
to create a module there, run:
go mod init
$
Hi,
I cloned the reop and try the following:
$ go build
go: cannot find main module, but found .git/config in /home/werner/software/anti-gfw/socks5/v2ray/v2rayGen.git
to create a module there, run:
go mod init
$
How to solve it?