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

add go.mod file + add newer go versions to travis checklist. #123

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

trusch
Copy link

@trusch trusch commented Apr 24, 2020

This PR adds a dummy go.mod file which enables better integration into IDEs and enables the versioning semantics introduced by go modules.

With this change you can reference this library easily in your projects go.mod file and resolution simply works.

For me this fixed the auto-import feature within the atom edition and the symbol resolution in emacs.

Additionally I added newer versions of go to the travis file.

@devopscast
Copy link

Came here to add this myself as well. looks like this duplicates PR #96. @davecgh consider this comment a +1 to get the go.mod merged.

@devopscast
Copy link

Offering an interim solution to others that come along; after one does a go mod vender. execute, go mod download github.com/davecgh/go-spew. IMHO not a good long term solution but did help in our environments.

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