1
0
mirror of https://github.com/golang/go synced 2024-10-04 08:21:22 -06:00
go/src/pkg/exp
Christopher Wedgwood 707e5acd71 updates: append(y,[]byte(z)...) -> append(y,z...)"
(more are possible but omitted for now as they are part of
specific tests where rather than changing what is there we
should probably expand the tests to cover the new case)

R=rsc, dvyukov
CC=golang-dev
https://golang.org/cl/5247058
2011-10-12 13:42:04 -07:00
..
ebnf ebnf, ebnflint: move under exp 2011-10-11 17:43:10 -07:00
ebnflint ebnf, ebnflint: move under exp 2011-10-11 17:43:10 -07:00
gui image: change the NewXxx functions to take a Rectangle instead of 2011-09-14 21:39:49 +10:00
norm updates: append(y,[]byte(z)...) -> append(y,z...)" 2011-10-12 13:42:04 -07:00
spdy exp/spdy: move http/spdy to exp/spdy 2011-10-11 16:45:01 -07:00
sql exp/sql{,/driver}: new database packages 2011-09-29 16:12:21 -07:00
ssh updates: append(y,[]byte(z)...) -> append(y,z...)" 2011-10-12 13:42:04 -07:00
template/html exp/template/html: avoid redundant escaping directives. 2011-09-29 21:31:41 -07:00
wingui syscall: mksyscall_windows.pl to produce packages other than syscall (for example pkg/exp/wingui/zwinapi.go) 2011-09-24 10:38:39 +10: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.