AB
Size: a a a
AB
н
AB
go mod init yourapplication
AB
AB
go mod tidy
сам последнюю версию притянет
G:\Projects\MyLilGo>go mod tidy
$GOPATH/go.mod exists but should not
AB
rm $GOPATH/go.{mod,sum}
G:\Projects\MyLilGo>rm $GOPATH/go.{mod,sum}
rm: cannot remove `$GOPATH/go.mod': No such file or directory
rm: cannot remove `$GOPATH/go.sum': No such file or directory
AB
echo $GOPATH
AB
AB
AB
AB