Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(637)

Unified Diff: src/pkg/syscall/syscall_plan9.go

Issue 5372080: code review 5372080: syscall: use error (Closed)
Patch Set: diff -r 25e37de63f5d https://go.googlecode.com/hg/ Created 13 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/pkg/syscall/syscall_openbsd.go ('k') | src/pkg/syscall/syscall_unix.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/syscall/syscall_plan9.go
===================================================================
--- a/src/pkg/syscall/syscall_plan9.go
+++ b/src/pkg/syscall/syscall_plan9.go
@@ -17,11 +17,6 @@
const ImplementsGetwd = true
-// An Error can represent any printable error condition.
-type Error interface {
- error
-}
-
// ErrorString implements Error's String method by returning itself.
type ErrorString string
« no previous file with comments | « src/pkg/syscall/syscall_openbsd.go ('k') | src/pkg/syscall/syscall_unix.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b