Skip to content

maddyblue/goon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bd5b646 · Sep 29, 2023
Apr 29, 2019
Apr 29, 2019
Sep 29, 2023
May 20, 2019
May 3, 2019
May 3, 2019
Sep 29, 2023
Dec 26, 2021
Dec 26, 2021
Dec 26, 2021
Dec 26, 2021
Dec 26, 2021

Repository files navigation

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 library Include in your project Correct goon version
google.golang.org/appengine/v2 github.com/mjibson/goon/v2 goon v2.0.2
google.golang.org/appengine github.com/mjibson/goon goon v1.1.0
appengine github.com/mjibson/goon goon v0.9.0
cloud.google.com/go N/A Not supported (issue #74)

Documentation

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