Skip to content

Commit

Permalink
Merge pull request vektra#336 from A-Hilaly/buildtags
Browse files Browse the repository at this point in the history
Add 'tags' mapstructure to Config.BuildTags
  • Loading branch information
LandonTClipp authored Sep 25, 2020
2 parents b54bc9a 0e4b361 commit 547eea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 5,7 @@ var SemVer = "0.0.0-dev"

type Config struct {
All bool
BuildTags string
BuildTags string `mapstructure:"tags"`
Case string
Config string
Cpuprofile string
Expand Down

0 comments on commit 547eea6

Please sign in to comment.