Skip to content

Commit 67ed4ed

Browse files
authored
Merge pull request go-auth0#233 from reillywatson/master
Fix import syntax in README
2 parents 34c1459 + 53d6740 commit 67ed4ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ The Auth0 Management API is meant to be used by back-end servers or trusted part
1717

1818
```go
1919
import (
20-
gopkg.in/auth0.v5
21-
gopkg.in/auth0.v5/management
20+
"gopkg.in/auth0.v5"
21+
"gopkg.in/auth0.v5/management"
2222
)
2323
```
2424

0 commit comments

Comments
 (0)