比如我用命名 go get github.com/kataras/iris
获取的是11.1.1版本,但是最新的是12.1.8版本,这是为什么
go help get
The -u flag instructs get to use the network to update the named packages
and their dependencies. By default, get uses the network to check out
missing packages but does not use it to look for updates to existing packages.
2 回答1.3k 阅读
2 回答1.2k 阅读
2 回答1.1k 阅读
2 回答1.1k 阅读
3 回答749 阅读
2 回答924 阅读
1 回答827 阅读
有一个 -u 的参数附上