Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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)

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
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module github.com/Pallinder/go-randomdata

go 1.12

require golang.org/x/text v0.3.2
3 changes: 3 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs=
golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=