diff options
author | Wolfy-J <[email protected]> | 2018-07-07 19:57:24 -0700 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-07-07 19:57:24 -0700 |
commit | 53446c612b2bb33dda8ee6943787f24e238fe13f (patch) | |
tree | 7a345d6a373dabe33210549059a463e346aa21ba /service | |
parent | b819c830c407fb4c8bec21c3a3891a8313db7a8e (diff) |
attributes and tests
Diffstat (limited to 'service')
-rw-r--r-- | service/http/attributes.go | 2 |
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" |