From d2dffca48f00c6c623f6cff99b25c2cfce10ea96 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 8 Dec 2020 17:03:58 +0100 Subject: [PATCH] go fmt --- server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.go b/server.go index 14409ef..f424258 100644 --- a/server.go +++ b/server.go @@ -266,7 +266,7 @@ func authorityTLV(name string) proxyproto.TLV { func alpnTLV(proto string) proxyproto.TLV { return proxyproto.TLV{ - Type: proxyproto.PP2_TYPE_ALPN, + Type: proxyproto.PP2_TYPE_ALPN, Value: []byte(proto), } }