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

Added go.mod file to migrate to go modules #15

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

Conversation

vinayarv
Copy link

Currently I'm unable to import this in my project as this doesn't have go.mod file. This MR addresses it by adding go.mod file. Here are the steps that I followed:

  1. Forked and cloned the repo.
  2. ran go mod init github.com/openvenues/gopostal
  3. go build ./... and go test ./... just to make sure all works.
  4. Published the new release by adding a tag.
    git tag v1.0.0
    git push origin v1.0.0

@vinayarv
Copy link
Author

I think the release must be published on this branch after this merge request is merged.

@connormckelvey
Copy link

Can this get merged in? I'm using go modules as well and cannot import this library

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