tree: 84f08c230a6e4cdaa56a370244f04c22ed228d9e [path history] [tgz]
  1. fmtsort/
  2. html/
  3. site/
  4. text/
  5. tmplfunc/
  6. README.md
go.dev/cmd/internal/README.md

internal/fmtsort, internal/html/template, internal/text/template, and internal/text/template/parse are copied from the standard library as of May 2021. The text/template code contains various bug fixes that the site depends on, as well as two features planned for Go 1.18: break and continue in range loops and short-circuit and/or (CL 321491 and CL 321490).

internal/tmplfunc is a copy of rsc.io/tmplfunc, which may some day make it into the standard library.