From 17abd96c5774761020102a6b1c9edb748a4f6999 Mon Sep 17 00:00:00 2001 From: Claus Strasburger Date: Mon, 4 Apr 2022 10:09:36 +0200 Subject: [PATCH] fix: unused config field `Tags` --- pkg/config/config.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/config/config.go b/pkg/config/config.go index 12caac8f..b0ca2115 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -48,7 +48,6 @@ type Config struct { // StructName overrides the name given to the mock struct and should only be nonempty // when generating for an exact match (non regex expression in -name). StructName string - Tags string TestOnly bool UnrollVariadic bool `mapstructure:"unroll-variadic"` Version bool