gotesplit
gotesplit copied to clipboard
Support for go build tags
Currently, tests is in a package that has build tags are skipped.
While build flags are supported in running the tests go test ..., they are not supported in listing the tests go test -list ...
Please add support for build tags.
Supported in v0.2.0. Please check it.
thanks for great command. there is a bug with build tags support, I send a PR to fix it. #20 Please check it.