From e4fee1917076185bfeace147a1d12bf7bfdd9fbb Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Mon, 16 Mar 2020 12:09:28 +0100 Subject: [PATCH] remove unecessary mapstruct --- pkg/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/config/config.go b/pkg/config/config.go index 81cb91504..4048b63d0 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -54,7 +54,7 @@ type Config struct { File string Log Log Debug Debug - HTTP HTTP `mapstructure:"http"` + HTTP HTTP Tracing Tracing Asset Asset Policies []Policy `mapstructure:"policies"`