Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace or remove import "appengine/foo" examples #1

Open
vdepabk2t opened this issue Dec 3, 2021 · 0 comments
Open

Replace or remove import "appengine/foo" examples #1

vdepabk2t opened this issue Dec 3, 2021 · 0 comments

Comments

@vdepabk2t
Copy link

https://github.com/golang/appengine says:

If you're currently using the bare appengine packages (that is, not these ones, imported via google.golang.org/appengine), then you can use the aefix tool to help automate an upgrade to these packages.

The import paths for App Engine packages are now fully qualified, based at google.golang.org/appengine. You will need to update your code to use import paths starting with that; for instance, code importing appengine/datastore will now need to import google.golang.org/appengine/datastore.

If there are still good examples of "bare packages," please use them instead, replacing the ones here. (I don't know of any, but I'm still a Go newbie.) If there aren't, please remove these.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant