remove unecessary mapstruct

This commit is contained in:
A.Unger committed 2020-03-16 12:09:28 +01:00
1 parent 6c1ed02acd
commit e4fee19170
1 file changed
+1 -1
+1 -1
View File
@@ -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"`