简体   繁体   中英

go get | package appengine: unrecognized import path “appengine”

I have a package hosted on github which uses appengine sdk . When I do go get github.com/myself/mynicepackage I get an error

package appengine: unrecognized import path "appengine"

Question : How can I get this package using go get ?

There is no way to download it via go get .

go get works with source code repositories, but Google App Engine SDK is provided via .zip archives.

The only possible way to get Google App Engine SDK is to download it from here and install it manually.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM