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?