Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove vendor/ folder #138

Merged
merged 1 commit into from May 13, 2021
Merged

Remove vendor/ folder #138

merged 1 commit into from May 13, 2021

Commits on May 13, 2021

  1. Remove vendor/ folder

    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 introduction of the Go module proxy, 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/
    fatih committed May 13, 2021
    Copy the full SHA
    8b8f621 View commit details
    Browse the repository at this point in the history