Skip to content

Commit 953b8a7

Browse files
authored
Fix the Go module directive for version 2. (#98)
1 parent 7b2a9ad commit 953b8a7

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
@@ -8,7 +8,7 @@ You must choose the goon major version based on which App Engine library you are
88

99
| App Engine Go library | Include in your project | Correct goon version |
1010
|----------------------------------|-----------------------------|------------------------------------------------------------------------|
11-
| `google.golang.org/appengine/v2` |`github.com/mjibson/goon/v2` | [goon v2.0.0](https://github.com/mjibson/goon/releases/tag/v2.0.0) |
11+
| `google.golang.org/appengine/v2` |`github.com/mjibson/goon/v2` | [goon v2.0.1](https://github.com/mjibson/goon/releases/tag/v2.0.1) |
1212
| `google.golang.org/appengine` |`github.com/mjibson/goon` | [goon v1.1.0](https://github.com/mjibson/goon/releases/tag/v1.1.0) |
1313
| `appengine` |`github.com/mjibson/goon` | [goon v0.9.0](https://github.com/mjibson/goon/releases/tag/v0.9.0) |
1414
| `cloud.google.com/go` |N/A | Not supported ([issue #74](https://github.com/mjibson/goon/issues/74)) |

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/mjibson/goon
1+
module github.com/mjibson/goon/v2
22

33
go 1.12
44

0 commit comments

Comments
 (0)