throw away os._Error.

make some error types in a few packages

R=r
DELTA=110  (25 added, 46 deleted, 39 changed)
OCL=28382
CL=28561
This commit is contained in:
Russ Cox 2009-05-08 14:40:20 -07:00
parent 01712ae7d3
commit 1b301bac1a
11 changed files with 64 additions and 85 deletions

View file

@ -12,6 +12,10 @@ import (
"os";
)
type Error struct {
os.ErrorString
}
type file struct {
file *os.File;
data []byte;