a3cb3101ad
Go 1.16 is available on App Engine now, so use it. Also, Go 1.17 has been released, meaning we don't need to keep Go 1.15 builders working. Delete all the Go 1.16 backports except the template packages, which contain modifications we need. Change-Id: I4612441a1484ce9272a22268da73d67f7624309b Reviewed-on: https://go-review.googlesource.com/c/website/+/343935 Trust: Russ Cox <rsc@golang.org> Reviewed-by: Jamal Carvalho <jamal@golang.org> |
||
---|---|---|
.. | ||
fmtsort | ||
html/template | ||
text/template | ||
README.md |
README.md
This directory contains backports of upcoming packages from the standard library, beyond the Go version supplied by the latest Google App Engine.
The procedure for adding a backport is fairly manual: copy the files to a new directory and then global search and replace to modify import paths to point to the backport.
As new versions of Go land on Google App Engine, this directory should be pruned as much as possible.