all: rename os.Error to error in various non-code contexts

R=adg
CC=golang-dev
https://golang.org/cl/5328062
This commit is contained in:
Russ Cox 2011-11-01 22:58:09 -04:00
parent abd3260990
commit 492098eb75
34 changed files with 91 additions and 105 deletions

View file

@ -32,7 +32,7 @@ var good_re = []string{
/*
type stringError struct {
re string
err os.Error
err error
}
var bad_re = []stringError{