Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Copy link
Copy Markdown

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...


You can find current releases tagged under the [releases section](https://github.com/Pallinder/go-randomdata/releases).

Expand Down