fatih / color

Color package for Go (golang)
https://pkg.go.dev/github.com/fatih/color
MIT License
7.17k stars 610 forks source link

Remove `vendor/` folder #138

Closed fatih closed 3 years ago

fatih commented 3 years ago

I started to like working on projects that don't use vendor/ folders anymore. The Go ecosystem has improved a lot over the years. With the Go module proxy introduction, it's more efficient and faster for users as well.

If you're interested, here is a blog post I wrote once that goes into more details: https://arslan.io/2019/08/02/why-you-should-use-a-go-module-proxy/