From 3167292c2f5b52523b5dc76c54c11dbb846b9481 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sat, 10 Dec 2022 10:51:36 +0000 Subject: [PATCH] lib/http: remove unused Template from Config --- lib/http/server.go | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/http/server.go b/lib/http/server.go index 9d69c6585..253bdc60e 100644 --- a/lib/http/server.go +++ b/lib/http/server.go @@ -89,7 +89,6 @@ type Config struct { TLSKeyBody []byte // TLS PEM Private key body, ignores TLSKey ClientCA string // Client certificate authority to verify clients with MinTLSVersion string // MinTLSVersion contains the minimum TLS version that is acceptable. - Template string } // AddFlagsPrefix adds flags for the httplib