Go 1.15 ist jetzt als Vorschau verfügbar.
[{
"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": "translationIssue",
"label":"Translation issue"
},{
"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"
}]
Haben Sie Feedback für uns?
Feedback geben
Entwicklungsumgebung einrichten
So richten Sie Ihre Umgebung für die Entwicklung mit Go 1.12 oder höher ein:
Installieren Sie die neueste Version von Go 1.12+.
Unter Laufzeitumgebungen von Go 1.12+ finden Sie eine Liste der unterstützten Versionen.
Cloud SDK installieren und initialisieren Wenn das Cloud SDK bereits installiert und initialisiert wurde, führen Sie den Befehl gcloud components update
aus, um auf den neuesten Release zu aktualisieren.
Das Cloud SDK bietet Ihnen das gcloud
-Befehlszeilentool zum Bereitstellen und Verwalten Ihrer Anwendungen.
Durch das Herunterladen erklären Sie sich mit den Nutzungsbedingungen einverstanden, die für die Verwendung des Cloud SDK für App Engine gelten.
Cloud SDK installieren und initialisieren
Installieren Sie die gcloud-Komponente , die die App Engine-Erweiterung für Go 1.11 enthält.
Falls Sie das Cloud SDK mit dem Paketmanager apt
oder yum
installiert haben, verwenden Sie dieselben Paketmanager, um die gcloud-Komponente zu installieren .
Andernfalls verwenden Sie folgenden Befehl:
gcloud components install app-engine-go
[{
"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": "translationIssue",
"label":"Translation issue"
},{
"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"
}]
Haben Sie Feedback für uns?
Feedback geben
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 2021-02-17 UTC.