1 package flags 2 3 func Tested() string { 4 return "tested" 5 } 6 7 func Untested() string { 8 return "untested" 9 } 10
View as plain text