Package gcd provides helpful functions to work with Google Cloud DataStore.
gcd
go get -u github.com/thepkg/gcd
import "github.com/thepkg/gcd" ctx := appengine.NewContext(r) keys := gcd.GetKeys(ctx, "MyKind") gcd.DropKind(ctx, "MyKind")