mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
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:
parent
01712ae7d3
commit
1b301bac1a
11 changed files with 64 additions and 85 deletions
|
|
@ -12,6 +12,10 @@ import (
|
|||
"os";
|
||||
)
|
||||
|
||||
type Error struct {
|
||||
os.ErrorString
|
||||
}
|
||||
|
||||
type file struct {
|
||||
file *os.File;
|
||||
data []byte;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue