From 53446c612b2bb33dda8ee6943787f24e238fe13f Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Sat, 7 Jul 2018 19:57:24 -0700 Subject: attributes and tests --- service/http/attributes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3