diff options
author | Rob Pike <r@golang.org> | 2009-04-08 23:43:02 -0700 |
---|---|---|
committer | Rob Pike <r@golang.org> | 2009-04-08 23:43:02 -0700 |
commit | fc03b72f913e4662c3413ab8d1ee0b814e2b648a (patch) | |
tree | 5f447ab2d6e195dc6726da2ae7548cba9eb64908 /src/run.bash | |
parent | 5d56e2645ba530ac83ac4bf717001206c8019c3f (diff) | |
download | go-fc03b72f913e4662c3413ab8d1ee0b814e2b648a.tar.gz |
move template into its own directory so it can have more files
R=rsc
DELTA=1421 (736 added, 685 deleted, 0 changed)
OCL=27249
CL=27249
Diffstat (limited to 'src/run.bash')
-rwxr-xr-x | src/run.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/run.bash b/src/run.bash index 221a21f14..3053e7dc6 100755 --- a/src/run.bash +++ b/src/run.bash @@ -37,6 +37,7 @@ maketest \ lib/regexp\ lib/strconv\ lib/tabwriter\ + lib/template\ lib/time\ lib/unicode\ |