From c04f97bdbfa7ae5f1eb732791a3eaa04c8f241d6 Mon Sep 17 00:00:00 2001 From: feistel <6742251-feistel@users.noreply.gitlab.com> Date: Thu, 22 Apr 2021 17:53:18 +0200 Subject: Follow error strings convention --- internal/netutil/shared_limit_listener.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/netutil') diff --git a/internal/netutil/shared_limit_listener.go b/internal/netutil/shared_limit_listener.go index 130b4f02..c4c66963 100644 --- a/internal/netutil/shared_limit_listener.go +++ b/internal/netutil/shared_limit_listener.go @@ -10,7 +10,7 @@ import ( ) var ( - errKeepaliveNotSupported = errors.New("Keepalive not supported") + errKeepaliveNotSupported = errors.New("keepalive not supported") ) // SharedLimitListener returns a Listener that accepts simultaneous -- cgit v1.2.3