Skip to content

Commit ce68c2f

Browse files
committed
Change package name in go.mod
1 parent 0fad880 commit ce68c2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Thanks to [path-to-regexp](https://github.com/pillarjs/path-to-regexp).
1313
## Usage
1414

1515
```go
16-
import pathToRegexp "github/soongo/path-to-regexp"
16+
import pathToRegexp "github.com/soongo/path-to-regexp"
1717

1818
// pathToRegexp.PathToRegexp(path, tokens, options) // tokens and options can be nil
1919
// pathToRegexp.Parse(path, options) // options can be nil

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github/soongo/path-to-regexp
1+
module github.com/soongo/path-to-regexp
22

33
go 1.13
44

0 commit comments

Comments
 (0)