Hello Nagaraja, A local development server is specifically offered for situations like yours, when one needs to develop and test Go code on the local machine, before finally deploying it to the Cloud. You can read relevant information with further leading links on the "The Go Development Server <https://cloud.google.com/appengine/docs/standard/go/tools/using-local-server>" documentation page.
The majority of pure Go packages work on Google App Engine. A package may not work because of one of these reasons: The package imports syscall or unsafe. The package uses cgo or assembly. The package requires functions in packages that are locked down, such as writing to disk, or direct network access. You can find more information in the Go Blog <https://blog.golang.org/go-and-google-app-engine>. If you enjoy using IDEs for development, it may be of interest to know that there is one being developped, called "Gogland <https://www.jetbrains.com/go/>". -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/6db90b57-8aaf-47a6-bb21-63dcb88def95%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
