|
|
|
|
|
by tingletech
2802 days ago
|
|
I guess go 1.11 introduced a modules experimental feature as an alternative to `GOPATH` > Go 1.11 adds preliminary support for a new concept called “modules,” an alternative to GOPATH with integrated support for versioning and package distribution. Using modules, developers are no longer confined to working inside GOPATH, version dependency information is explicit yet lightweight, and builds are more reliable and reproducible. https://golang.org/doc/go1.11#modules |
|