gomodule

command module
v0.0.0-...-4ad6042 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 14, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

README

gomodule

在Go1.11版本中使用go mod init时出错:

➜ gomodule git:(master) ✗ go mod init

go: modules disabled inside GOPATH/src by GO111MODULE=auto; see 'go help modules'

需要开启GO111MODULE=on

➜ gomodule git:(master) ✗ export GO111MODULE=on

➜ gomodule git:(master) ✗ go mod init

go: creating new go.mod: module github.com/perry14/gomodule

Mac下设置代理

export GOPROXY=https://goproxy.cn

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL