1
0
mirror of https://github.com/golang/go synced 2024-10-05 00:11:21 -06:00
go/src/lib
Rob Pike 536b1f2e98 add reflect to build, clean up test
R=rsc
DELTA=341  (188 added, 151 deleted, 2 changed)
OCL=17678
CL=17750
2008-10-23 17:13:34 -07:00
..
container Make regexp build and install officially 2008-10-14 22:16:45 -07:00
http add io.ReadWriteClose and use it in http 2008-10-20 12:37:07 -07:00
math add gobuild. 2008-09-19 11:55:46 -07:00
net Unterminated declaration breaks build. 2008-10-07 17:25:32 -07:00
os use &T{1,2,3} constructor for simple new cases 2008-10-23 12:41:06 -07:00
reflect add reflect to build, clean up test 2008-10-23 17:13:34 -07:00
regexp fix a couple of inconsequential glitches in regexp code. 2008-10-21 17:18:34 -07:00
syscall Adding Mkdir. 2008-10-09 00:15:37 -07:00
time new convert code found error 2008-10-16 16:51:12 -07:00
bufio.go use &T{1,2,3} constructor for simple new cases 2008-10-23 12:41:06 -07:00
clean.bash add reflect to build, clean up test 2008-10-23 17:13:34 -07:00
flag.go use &T{1,2,3} constructor for simple new cases 2008-10-23 12:41:06 -07:00
fmt.go Update fmt, refl, and rpc to exploit bug fixes in compiler 2008-09-04 10:39:04 -07:00
io.go add io.ReadWriteClose and use it in http 2008-10-20 12:37:07 -07:00
make.bash add reflect to build, clean up test 2008-10-23 17:13:34 -07:00
once.go update code to follow new semicolon rules: 2008-10-07 12:31:31 -07:00
rand.go update code to follow new semicolon rules: 2008-10-07 12:31:31 -07:00
sort.go - added convenience wrappers for sort 2008-09-09 18:13:08 -07:00
strings.go add primitive ftoa, dtoa to strings library. 2008-10-20 13:53:20 -07:00