[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

updates repo to use official go module package management #19

Merged
merged 3 commits into from
Nov 24, 2019

Conversation

audibleblink
Copy link
Contributor

I left the /vendor folder because some prefer it that way, but with the version locked deps in go.mod, it isn't necessary. It can be deleted and should it ever need to be restored because some dep was pulled offline, one can run go mod vendor.

@ropnop
Copy link
Owner
ropnop commented Nov 24, 2019

Nice! Thank you for doing this. It's been on the back of my mind since I learned about Go modules. I'm going to merge and then delete the vendor directory. Cheers!

@ropnop ropnop merged commit 0fc98db into ropnop:master Nov 24, 2019
@audibleblink audibleblink deleted the feature/go_modules branch November 24, 2019 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants