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

Support go modules #66

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

davidporos92
Copy link

@davidporos92 davidporos92 commented Aug 16, 2019

Background
Go modules are around for a time now, and it wasn't so hard to do it.
Also resolving issue #47

Changes

  • Added go.mod and go.sum
  • Updated readme to mention go modules

Checklist

  • Tests added
  • Documentation updated to include changes (if needed)
  • Gofmt run on your code

@@ -186,7 +186,7 @@ func main() {
```

## Versioning / Release Strategy
Go-Randomdata follows [Semver](https://www.semver.org)
Go-Randomdata follows [Semver](https://www.semver.org) and using [Go modules](https://github.com/golang/go/wiki/Modules)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'and using' may be replaced with 'and uses' ? I am not so sure though...

@muety
Copy link
Contributor

muety commented Aug 18, 2020

Any news here?

@Nexucis
Copy link

Nexucis commented Feb 18, 2021

Hello,

any chances to see this PR merged ?

@Nexucis
Copy link

Nexucis commented Feb 18, 2021

@Pallinder maybe you would like some helps to maintain this lib ?

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.

4 participants