Go 1.11 has reached end of support
and will bedeprecatedon January 31, 2026. After deprecation, you won't be able to deploy Go 1.11
applications, even if your organization previously used an organization policy to
re-enable deployments of legacy runtimes. Your existing Go
1.11 applications will continue to run and receive traffic after theirdeprecation date. We
recommend that youmigrate to the latest supported version of Go.
Reading and Writing Temporary FilesStay organized with collectionsSave and categorize content based on your preferences.
WhileCloud Storageis the recommended solution for reading and writing files in App Engine,
if your app only needs to write temporary files, you can use standard
Go 1.11 methods to write files to a directory named/tmp.
All files in this directory are stored in the instance's RAM, therefore writing
to/tmptakes up system memory. In addition, files in the/tmpdirectory are
only available to the app instance that created the files. When the instance is
deleted, the temporary files are deleted.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-12-15 UTC."],[],[]]