cloudflare / hellogopher

Hellogopher: "just clone and make" your conventional Go project
MIT License
1.15k stars 59 forks source link

Remove need for gvt, also dont pollute vendor dir #20

Open RichyHBM opened 6 years ago

RichyHBM commented 6 years ago

gvt pollutes the vendor folder with the source files for goimports and gocovmerge, go get will just pull the executable into bin. It also means there is no dependency on gvt