(msg string, args ...interface{})
| 35 | var Default = NewMessenger() |
| 36 | |
| 37 | func Die(msg string, args ...interface{}) { |
| 38 | Default.Die(msg, args...) |
| 39 | } |
| 40 | |
| 41 | func Msg(msg string, args ...interface{}) { |
| 42 | Default.Msg(msg, args...) |
no test coverage detected