summaryrefslogtreecommitdiff
path: root/src/lib/strings/strings_test.go
AgeCommit message (Collapse)AuthorFilesLines
2009-06-09mv src/lib to src/pkgRob Pike1-133/+0
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102
2009-06-05Add Upper, Lower, Trim methods to strings package.Steve Newman1-0/+52
APPROVED=rsc DELTA=110 (110 added, 0 deleted, 0 changed) OCL=29766 CL=29951
2009-05-05directory-per-package step 1: move files from lib/X.go to lib/X/X.goRob Pike1-0/+81
no substantive changes except: - new Makefiles, all auto-generated - go/src/lib/Makefile has been extensively edited R=rsc OCL=28310 CL=28310