Throughout the Google App Engine documentation for Go, they use libraries interchangeably. Here's an example:
import "cloud.google.com/go/datastore"
import "google.golang.org/appengine/datastore"
Which of these libraries should I use and what are the key differences?
cloud.google.com/go/datastore is a client library for the Cloud Datastore rest API (available from anywhere).
google.golang.org/appengine/datastore is part from App Engine API (available only from App Engine).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With