proxypool icon indicating copy to clipboard operation
proxypool copied to clipboard

add vendor and darwin support

Open ringtail opened this issue 6 years ago • 3 comments

Add darwin support and add vendor path.

ringtail avatar Dec 11 '18 12:12 ringtail

感谢您的提交,但我认为没必要添加vendor

henson avatar Dec 11 '18 13:12 henson

@henson 建议还是加一下,因为Golang和其他语言的区别在于对版本库的依赖缺乏版本相关信息,一旦依赖的仓库出现问题,可能会造成项目无法编译,因此,一般Golang的项目都会内置vendor,这个也是1.9以后Golang语言级别的规范。

ringtail avatar Dec 11 '18 15:12 ringtail

我也认为不需要vendor,现在使用gomod,有默认的proxy.golang.org,自己使用过的包是不会丢失的,倒是可以提一个 go.mod

exfly avatar Jun 09 '19 05:06 exfly