my system:
golang 1.2.1
go appengine sdk v1.9.1 windows
using the command line:
- goapp serve
(works)
- goapp deploy
(does not, telling me it can not find my imported packages in my windows GOPATH=...?)
my system:
golang 1.2.1
go appengine sdk v1.9.1 windows
using the command line:
(works)
(does not, telling me it can not find my imported packages in my windows GOPATH=...?)
fixed in go appengine sdk v1.9.3 windows