From 31752d8bd20294c7d52cd3612fbf18e44ce42637 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Mon, 2 Aug 2021 21:12:12 +0300 Subject: Update CI, move all tests to the single source of truth - makefile Signed-off-by: Valery Piashchynski --- plugins/http/attributes/attributes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/http') 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 } -- cgit v1.2.3