main: use tags parser from buildutil

This should add support for things like quotes around tags, if they are
ever needed.

Only making this change now because I happened to stumble across
buildutil.TagsFlag.
This commit is contained in:
Ayke van Laethem
2022-06-25 14:40:18 +02:00
committed by Ron Evans
parent 3cfaceeb16
commit f936125658
4 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ type Options struct {
PrintSizes string
PrintAllocs *regexp.Regexp // regexp string
PrintStacks bool
Tags string
Tags []string
WasmAbi string
GlobalValues map[string]map[string]string // map[pkgpath]map[varname]value
TestConfig TestConfig