aboutsummaryrefslogtreecommitdiff
path: root/errors.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-12-20 21:14:03 +0100
committerDimitri Sokolyuk <demon@dim13.org>2015-12-20 21:14:03 +0100
commit6839b39f54ca27fec1acdebbc8f1c36a715a8ae9 (patch)
tree69609e1bb9b008eddbe4cf4410a5d47772ffac87 /errors.go
parent442b0b50caafaed87047556dd312928e0605ba37 (diff)
Simplify
Diffstat (limited to 'errors.go')
-rw-r--r--errors.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/errors.go b/errors.go
index 10053b7..60eb636 100644
--- a/errors.go
+++ b/errors.go
@@ -26,7 +26,3 @@ var urnErrors = map[string]error{
"urn:acme:error:unauthorized": ErrUnauthorized,
"urn:acme:error:unknownHost": ErrUnknownHost,
}
-
-func (p Problem) Error() string {
- return p.Detail
-}