commit | aaf63f8d06cda8308eb7c47ebc1f2cf2c1c91d02 | [log] [tgz] |
---|---|---|
author | Rob Pike <r@golang.org> | Fri Apr 17 00:08:24 2009 -0700 |
committer | Rob Pike <r@golang.org> | Fri Apr 17 00:08:24 2009 -0700 |
tree | c20f34ec6f9dea967a511f65b239c5e8637fec8f | |
parent | 3ea8d854a3a0b7f812d8590d4d1c3c2671288b60 [diff] |
Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Errors with os.Errors. lib/template updated to use new setup; its clients also updated. Step 2 will make os's error support internally much cleaner. R=rsc OCL=27586 CL=27586