diff options
author | Valery Piashchynski <[email protected]> | 2021-08-02 21:12:12 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-08-02 21:12:12 +0300 |
commit | 31752d8bd20294c7d52cd3612fbf18e44ce42637 (patch) | |
tree | bca88867ef3a1c1a6fea1ced7859346839e38e88 /plugins/http | |
parent | c90c11b92e229280477a9b049e65ca1048825dd4 (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.go | 2 |
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 } |