index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
testing.go
Age
Commit message (
Expand
)
Author
Files
Lines
2009-05-05
directory-per-package step 1: move files from lib/X.go to lib/X/X.go
Rob Pike
1
-135
/
+0
2009-04-16
Convert go tree to hierarchical pkg directory:
Russ Cox
1
-1
/
+1
2009-03-05
document testing and incidentally gotest
Rob Pike
1
-0
/
+25
2009-01-30
update go code tree to new func rules.
Russ Cox
1
-1
/
+1
2009-01-20
delete export
Russ Cox
1
-3
/
+3
2009-01-16
casify struct fields in entire tree.
Russ Cox
1
-6
/
+6
2009-01-16
casify, cleanup sys
Russ Cox
1
-2
/
+2
2009-01-16
casify a few more
Rob Pike
1
-6
/
+6
2009-01-15
printf->Printf etc.
Rob Pike
1
-2
/
+2
2009-01-09
simplify flag interface. no more BVal etc. you just get a pointer.
Rob Pike
1
-6
/
+3
2009-01-06
new new & make
Russ Cox
1
-2
/
+2
2008-12-19
change *map to map; *chan to chan; new(T) to new(*T)
Russ Cox
1
-2
/
+2
2008-12-18
convert *[] to [].
Russ Cox
1
-1
/
+1
2008-11-25
gotest: change pattern to Test([^a-z].*)?
Russ Cox
1
-1
/
+1
2008-11-21
utf8 routines in go; a start.
Russ Cox
1
-0
/
+1
2008-11-20
automatically add tabs after newlines
Rob Pike
1
-2
/
+12
2008-11-19
change naming convention for tests from
Rob Pike
1
-0
/
+3
2008-11-19
add a type testing.T and use it in tests.
Rob Pike
1
-12
/
+66
2008-11-19
gotest, via testing.go, should warn you if you failed to create any tests.
Rob Pike
1
-0
/
+5
2008-11-18
add -chatty flag to test.
Russ Cox
1
-5
/
+19
2008-11-18
testing support library
Rob Pike
1
-0
/
+26