website/internal/backport
Russ Cox a3cb3101ad all: delete unmodified Go 1.16 backports
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>
2021-08-23 15:30:31 +00:00
..
fmtsort internal/backport: add backports of current Go dev template, fs packages 2021-06-15 02:35:47 +00:00
html/template all: delete unmodified Go 1.16 backports 2021-08-23 15:30:31 +00:00
text/template all: delete unmodified Go 1.16 backports 2021-08-23 15:30:31 +00:00
README.md internal/backport: add backports of current Go dev template, fs packages 2021-06-15 02:35:47 +00:00

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.