]> Cypherpunks repositories - gostls13.git/commit
add an Error type to be used as a singleton pointer
authorRob Pike <r@golang.org>
Wed, 10 Sep 2008 21:19:03 +0000 (14:19 -0700)
committerRob Pike <r@golang.org>
Wed, 10 Sep 2008 21:19:03 +0000 (14:19 -0700)
commit92ae2cc8a322d87957819ad432b9525547cb8fa6
tree432c3e1d5f8ae6385b743067dbe08d89f85adf92
parent203b55e319203a57fb48a70249939e47502c7b87
add an Error type to be used as a singleton pointer

put all the code in one file for now to work around compiler bug

R=gri,rsc
DELTA=168  (120 added, 41 deleted, 7 changed)
OCL=15100
CL=15100
src/lib/os/Makefile
src/lib/os/os.go
src/lib/os/os_file.go [deleted file]