We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fad880 commit ce68c2fCopy full SHA for ce68c2f
README.md
@@ -13,7 +13,7 @@ Thanks to [path-to-regexp](https://github.com/pillarjs/path-to-regexp).
13
## Usage
14
15
```go
16
-import pathToRegexp "github/soongo/path-to-regexp"
+import pathToRegexp "github.com/soongo/path-to-regexp"
17
18
// pathToRegexp.PathToRegexp(path, tokens, options) // tokens and options can be nil
19
// pathToRegexp.Parse(path, options) // options can be nil
go.mod
@@ -1,4 +1,4 @@
1
-module github/soongo/path-to-regexp
+module github.com/soongo/path-to-regexp
2
3
go 1.13
4
0 commit comments