#Passing dependency choices at test runtime

4 messages · Page 1 of 1 (latest)

ember heart
#

you can use flags to change it at run time

#
$ go help test
usage: go test [build/test flags] [packages] [build/test flags & test binary flags]
#

i suggest looking at the flag package examples