Skip to content

Commit

Permalink
Fix go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Berkner committed Apr 14, 2020
1 parent b600f3c commit 6c7d3d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ well as all known latin cases without an unicode decomposition as listed below.
To get the lastest tagged version of package, execute:

```
go get github.com/Regis24GmbH/go-diacritics
go get gopkg.in/Regis24GmbH/go-diacritics.v2
```

To import this package, add the following line to your code:

```
import "github.com/Regis24GmbH/go-diacritics"
import "gopkg.in/Regis24GmbH/go-diacritics.v2"
```

This is a code example:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/Regis24GmbH/go-diacritics
module gopkg.in/Regis24GmbH/go-diacritics.v2

go 1.14

Expand Down

0 comments on commit 6c7d3d4

Please sign in to comment.