One of our developers has found that when they import both
"google.golang.org/appengine/datastore" and
"cloud.google.com/go/datastore", renaming the second import
to remoteds, the build on AE fails, though it does not fail locally
with dev_appserver.py.

This only happens when the imports are in the same file; if they are in
separate files of the same package, everything is OK.

Does anyone else have experience of this or understand why two packages
imported under separate names would be rejected by GAE?

thanks
Dan

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to