File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 ) ) |
Original file line number Diff line number Diff line change 1- module github.com/mjibson/goon
1+ module github.com/mjibson/goon/v2
22
33go 1.12
44
You can’t perform that action at this time.
0 commit comments