去得到| 软件包appengine:无法识别的导入路径“ 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.