Go 1.11 has reached end of support
and will be deprecated
on 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 their
deprecation date. We
recommend that you migrate to the latest supported version of Go.
[[["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-08-07 UTC."],[[["This document outlines the functionality of the App Engine's Channel API package, specifically versions 1.6.7 and 1.6.8."],["The `channel` package allows for the creation of channels with `Create`, enabling the sending of messages to clients via a unique client ID."],["The package includes `Send` to send a string message to a specific client, and `SendJSON` to send a JSON-encoded value to a specific client."],["The Channel API has been deprecated and will be removed, as detailed in the Channel API Turndown document."],["There is a link provided to access more information, such as older versions, about this package on pkg.go.dev."]]],[]]