From 2559c71930be618c6869d44180a29909164e40ba Mon Sep 17 00:00:00 2001 From: Max Lerebourg Date: Thu, 29 Sep 2022 09:37:25 +0200 Subject: [PATCH] fix lint --- bouncer.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bouncer.go b/bouncer.go index ce4c742..7f0ad05 100644 --- a/bouncer.go +++ b/bouncer.go @@ -144,7 +144,8 @@ func New(ctx context.Context, next http.Handler, config *Config, name string) (h return bouncer, nil } -// TODO the serve HTTP should be split as it's too long. +// TODO the ServeHTTP should be split as it's too long. + // ServeHTTP principal function of plugin. func (a *Bouncer) ServeHTTP(rw http.ResponseWriter, req *http.Request) { if !a.enabled {