summaryrefslogtreecommitdiff
path: root/src/lib/unsafe/unsafe.go
AgeCommit message (Collapse)AuthorFilesLines
2009-06-09mv src/lib to src/pkgRob Pike1-44/+0
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102
2009-05-08Package unsafe is undocumented. By installing (but not compiling) this file,Rob Pike1-0/+44
which contains only declarations, we can have godoc present documentation for the package. R=gri,rsc DELTA=44 (43 added, 0 deleted, 1 changed) OCL=28555 CL=28588