1
0
mirror of https://github.com/golang/go synced 2024-10-04 10:31:22 -06:00
go/src/pkg/exp
Rob Pike 81592c298b Add the beginnings of the template execution code. Lots still to do,
including evaluation up the data tree (in this code all fields must be
in dot itself), plus more control structure, but the basics are in place.

R=rsc, r
CC=golang-dev
https://golang.org/cl/4665041
2011-06-28 23:04:08 +10:00
..
datafmt pkg: spelling tweaks, A-H 2011-05-18 13:14:56 -04:00
eval exp/eval: fix compile error. 2011-05-26 22:05:25 +10:00
gui image/draw: move exp/draw to image/draw and exp/gui. 2011-06-05 14:27:38 +10:00
ogle strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
regexp/syntax exp/regexp/syntax: case-folding in character classes 2011-06-27 23:23:51 -04:00
template Add the beginnings of the template execution code. Lots still to do, 2011-06-28 23:04:08 +10:00
wingui pkg: spelling tweaks, A-H 2011-05-18 13:14:56 -04:00
README explain exp 2009-10-15 11:02:18 -07:00

This directory tree contains experimental packages and
unfinished code that is subject to even more change than the
rest of the Go tree.