Skip to content

Commit f229e0e

Browse files
committed
chore: remove useless struct tags
1 parent 3d6b56a commit f229e0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/commands/version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ type versionInfo struct {
2525
}
2626

2727
type versionOptions struct {
28-
Format string `mapstructure:"format"`
29-
Debug bool `mapstructure:"debug"`
28+
Format string
29+
Debug bool
3030
}
3131

3232
type versionCommand struct {

0 commit comments

Comments
 (0)