2020-03-18
If you’re using glog in your Go codes, you can output those when running go test ... by using the --args parameter: $ go test -v ./... -count=1 -cover -race -mod=vendor --args --logtostderr --v=1
1 minute
2020-03-18
If you’re using glog in your Go codes, you can output those when running go test ... by using the --args parameter: $ go test -v ./... -count=1 -cover -race -mod=vendor --args --logtostderr --v=1
1 minute