1 package external_coverage 2 3 func Tested() string { 4 return "tested" 5 } 6 7 func TestedByAdditional() string { 8 return "tested by additional" 9 } 10
View as plain text