Google Inc. is announcing that Google App Engine SDK for Go with version number 1.9.25 is already available to download.
What is Google App Engine SDK for Go ?
Google App Engine SDK for Go is A Google App Engine SDK for Go developers, allowing them to run their Web applications on top of Google's powerful infrastructure .
The Google App Engine (GAE) is a toolkit for Web developers allowing them to create, manage and scale their applications, depending on incoming traffic and data storage needs.GAE doesn't need special servers, running on Google's infrastructure.It just needs programmers upload their application and run it normally.The Google App Engine SDK for Go is a version of the GAE core that allows developers to create and run apps written and compiled in Go code.The Google App Engine SDK for Go itself always includes the latest version of the Go compiler, along with the standard Go library.When needed, plugins or other libraries can be uploaded as well, as long as they are written in pure Go code.This means the SDK has no dependencies and can run fast, safely, and error-free.Other Google App Engine SDKs are provided also for:JavaPythonPHP
This is changelog for Google App Engine SDK for Go version 1.9.25 :
- The URL Fetch service will always issue a GET request when it receives and responds to a 302 response; previously it would preserve the original HTTP method. This new behavior is in line with modern conventions.
You can read the complete changelog and also download this latest version on their homepage:
developers.google.com