go get http地址
时间:2019-12-11 06:32:58 +0800 CST 浏览:1001

详细说明go get如何使用http地址

默认使用方式

go get https://youerurl

如果要使用http地址需要加个参数

go help get
...
The -insecure flag permits fetching from repositories and resolving
custom domains using insecure schemes such as HTTP. Use with caution.
...


go get -insecure http://youerurl


如果这篇文章对你有所帮助,可以通过下边的“打赏”功能进行小额的打赏。

本网站部分内容来源于互联网,如有侵犯版权请来信告知,我们将立即处理。


来说两句吧