summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-07-07 19:57:24 -0700
committerWolfy-J <[email protected]>2018-07-07 19:57:24 -0700
commit53446c612b2bb33dda8ee6943787f24e238fe13f (patch)
tree7a345d6a373dabe33210549059a463e346aa21ba /service
parentb819c830c407fb4c8bec21c3a3891a8313db7a8e (diff)
attributes and tests
Diffstat (limited to 'service')
-rw-r--r--service/http/attributes.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/http/attributes.go b/service/http/attributes.go
index 3db538db..acea38a1 100644
--- a/service/http/attributes.go
+++ b/service/http/attributes.go
@@ -3,7 +3,7 @@ package http
import (
"context"
"net/http"
- "github.com/go-errors/errors"
+ "errors"
)
const contextKey = "psr:attributes"