(format string, args ...interface{})
| 227 | } |
| 228 | |
| 229 | func printf(format string, args ...interface{}) { |
| 230 | cmdmain.Errorf(format, args...) |
| 231 | } |
| 232 | |
| 233 | func addRoot(root string, list []string) []string { |
| 234 | var out []string |
no test coverage detected