(message string, args ...interface{})
| 47 | } |
| 48 | |
| 49 | func Say(message string, args ...interface{}) { |
| 50 | ui.Say(message, args...) |
| 51 | } |
| 52 | |
| 53 | func PrintCapturingNoOutput(message string, args ...interface{}) { |
| 54 | ui.PrintCapturingNoOutput(message, args...) |
no outgoing calls
no test coverage detected