summaryrefslogtreecommitdiff
path: root/plugins/http
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-08-02 21:12:12 +0300
committerValery Piashchynski <[email protected]>2021-08-02 21:12:12 +0300
commit31752d8bd20294c7d52cd3612fbf18e44ce42637 (patch)
treebca88867ef3a1c1a6fea1ced7859346839e38e88 /plugins/http
parentc90c11b92e229280477a9b049e65ca1048825dd4 (diff)
Update CI, move all tests to the single source of truth - makefile
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'plugins/http')
-rw-r--r--plugins/http/attributes/attributes.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/http/attributes/attributes.go b/plugins/http/attributes/attributes.go
index 4c453766..81d9f01d 100644
--- a/plugins/http/attributes/attributes.go
+++ b/plugins/http/attributes/attributes.go
@@ -7,7 +7,7 @@ import (
)
// contextKey is a value for use with context.WithValue. It's used as
-// a pointer so it fits in an interface{} without allocation.
+// a pointer fits an interface{} without allocation.
type contextKey struct {
name string
}