Answers for "package main is not in GOROOT"

0

package main is not in GOROOT

try like this

set to environment -> GO111MODULE="on"
go mod init <do something here>
go mod tidy
Posted by: Guest on April-07-2022

Code answers related to "package main is not in GOROOT"

Browse Popular Code Answers by Language