| .. |
|
container
|
refine gobuild: the files must be *_test.go not *test.go
|
2008-11-19 19:43:32 -08:00 |
|
fmt
|
refine gobuild: the files must be *_test.go not *test.go
|
2008-11-19 19:43:32 -08:00 |
|
http
|
refine gobuild: the files must be *_test.go not *test.go
|
2008-11-19 19:43:32 -08:00 |
|
math
|
slightly simpler math.Pow per gri's suggestion
|
2008-11-20 11:56:48 -08:00 |
|
net
|
refine gobuild: the files must be *_test.go not *test.go
|
2008-11-19 19:43:32 -08:00 |
|
os
|
refine gobuild: the files must be *_test.go not *test.go
|
2008-11-19 19:43:32 -08:00 |
|
reflect
|
refine gobuild: the files must be *_test.go not *test.go
|
2008-11-19 19:43:32 -08:00 |
|
regexp
|
refine gobuild: the files must be *_test.go not *test.go
|
2008-11-19 19:43:32 -08:00 |
|
strconv
|
fix %g 20 -> "2e+01" want "20"
|
2008-11-23 17:27:44 -08:00 |
|
syscall
|
refine gobuild: the files must be *_test.go not *test.go
|
2008-11-19 19:43:32 -08:00 |
|
tabwriter
|
- implemented arbitrary padding char for tabwriter
|
2008-11-21 09:35:49 -08:00 |
|
time
|
new convert code found error
|
2008-10-16 16:51:12 -07:00 |
|
Makefile
|
utf8 routines in go; a start.
|
2008-11-21 16:13:31 -08:00 |
|
bignum.go
|
- lowercased package name (Bignum -> bignum)
|
2008-11-12 11:00:11 -08:00 |
|
bufio.go
|
use &T{1,2,3} constructor for simple new cases
|
2008-10-23 12:41:06 -07:00 |
|
flag.go
|
stop flag reading before lone - arg.
|
2008-11-18 17:23:11 -08:00 |
|
io.go
|
saving 2 lines :-)
|
2008-11-19 10:20:52 -08:00 |
|
once.go
|
update code to follow new semicolon rules:
|
2008-10-07 12:31:31 -07:00 |
|
rand.go
|
perm is [] instead of map
|
2008-11-18 19:59:56 -08:00 |
|
sort.go
|
- adjust sort.go to use new naming conventions
|
2008-11-19 14:32:15 -08:00 |
|
strings.go
|
correctly rounded floating-point conversions
|
2008-11-17 12:34:03 -08:00 |
|
testing.go
|
utf8 routines in go; a start.
|
2008-11-21 16:13:31 -08:00 |
|
utf8.go
|
utf8 routines in go; a start.
|
2008-11-21 16:13:31 -08:00 |
|
utf8_test.go
|
utf8 routines in go; a start.
|
2008-11-21 16:13:31 -08:00 |