1
0
mirror of https://github.com/golang/go synced 2024-10-05 00:11:21 -06:00
go/src/lib/os
Rob Pike c0a01e9665 refine gobuild: the files must be *_test.go not *test.go
this causes complications

R=rsc
DELTA=1724  (849 added, 856 deleted, 19 changed)
OCL=19667
CL=19667
2008-11-19 19:43:32 -08:00
..
Makefile refine gobuild: the files must be *_test.go not *test.go 2008-11-19 19:43:32 -08:00
os_env.go add os.Getenv() 2008-09-22 17:31:41 -07:00
os_error.go use &T{1,2,3} constructor for simple new cases 2008-10-23 12:41:06 -07:00
os_file.go read and write never return -1 now: error return is through the error variable only 2008-11-18 22:32:01 -08:00
os_time.go update code to follow new semicolon rules: 2008-10-07 12:31:31 -07:00