index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
testing.go
Age
Commit message (
Expand
)
Author
2009-05-05
directory-per-package step 1: move files from lib/X.go to lib/X/X.go
Rob Pike
2009-04-16
Convert go tree to hierarchical pkg directory:
Russ Cox
2009-03-05
document testing and incidentally gotest
Rob Pike
2009-01-30
update go code tree to new func rules.
Russ Cox
2009-01-20
delete export
Russ Cox
2009-01-16
casify struct fields in entire tree.
Russ Cox
2009-01-16
casify, cleanup sys
Russ Cox
2009-01-16
casify a few more
Rob Pike
2009-01-15
printf->Printf etc.
Rob Pike
2009-01-09
simplify flag interface. no more BVal etc. you just get a pointer.
Rob Pike
2009-01-06
new new & make
Russ Cox
2008-12-19
change *map to map; *chan to chan; new(T) to new(*T)
Russ Cox
2008-12-18
convert *[] to [].
Russ Cox
2008-11-25
gotest: change pattern to Test([^a-z].*)?
Russ Cox
2008-11-21
utf8 routines in go; a start.
Russ Cox
2008-11-20
automatically add tabs after newlines
Rob Pike
2008-11-19
change naming convention for tests from
Rob Pike
2008-11-19
add a type testing.T and use it in tests.
Rob Pike
2008-11-19
gotest, via testing.go, should warn you if you failed to create any tests.
Rob Pike
2008-11-18
add -chatty flag to test.
Russ Cox
2008-11-18
testing support library
Rob Pike