Send feedback
Setting Up Your Development Environment
To set up your environment for developing on Go 1.11:
Install the latest release of Go 1.11.
See Go 1.11 Runtime Environment
for a list of the supported versions.
Install and initialize the gcloud CLI for deploying and managing
your apps. If you already
have the gcloud CLI installed and initialized, run the
gcloud components update
command to update to the latest release.
By downloading, you agree to be bound by the Terms that
govern use of the gcloud CLI for App Engine.
Install the
gcloud component that includes the App Engine extension for
Go 1.11.
If you used the apt
or yum
package managers to install the gcloud CLI,
use those same package managers to install the gcloud component .
Otherwise, use the following command:
gcloud components install app-engine-go
For access to code, samples, libraries, and tools in
GitHub ,
install Git:
Install Git
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-05-24 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?