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 now complains this is not a module... should I clone the project inside my gopath, or write a go module for it?
go: cannot find main module, but found .git/config in /mnt/vms/nano/rpc-go
to create a module there, run:
cd ../../.. && go mod init
make: *** [Makefile:4: build] Error 1
The text was updated successfully, but these errors were encountered:
Go now complains this is not a module... should I clone the project inside my gopath, or write a go module for it?
The text was updated successfully, but these errors were encountered: