Update `README.md` in for releasing `v2.0.2`. (#100)

1 file changed
tree: d67b8beee2efbc1777c1e25596a94e4b0ac5bca1
  1. AUTHORS
  2. cache.go
  3. cache_test.go
  4. doc.go
  5. entity.go
  6. go.mod
  7. go.sum
  8. goon.go
  9. goon_test.go
  10. LICENSE
  11. query.go
  12. README.md
README.md

goon

An autocaching interface to the app engine datastore for Go. Designed to be similar to the python NDB package.

The different flavors of App Engine

You must choose the goon major version based on which App Engine library you are using.

App Engine Go libraryInclude in your projectCorrect goon version
google.golang.org/appengine/v2github.com/mjibson/goon/v2goon v2.0.2
google.golang.org/appenginegithub.com/mjibson/goongoon v1.1.0
appenginegithub.com/mjibson/goongoon v0.9.0
cloud.google.com/goN/ANot supported (issue #74)

Documentation

https://pkg.go.dev/github.com/mjibson/goon