練習題 2
1. GO111MODULES
$ export GO111MODULES=on
2. init
$ go mod init github.com/JasonYCHuang/todo
3. update
$ go get -u <repo url>
$ go mod vendor
Last updated
Was this helpful?
$ export GO111MODULES=on
$ go mod init github.com/JasonYCHuang/todo
$ go get -u <repo url>
$ go mod vendor
Last updated
Was this helpful?