Print logs a message at level Info on the standard logger.
(args ...interface{})
| 101 | |
| 102 | // Print logs a message at level Info on the standard logger. |
| 103 | func Print(args ...interface{}) { |
| 104 | std.Print(args...) |
| 105 | } |
| 106 | |
| 107 | // Info logs a message at level Info on the standard logger. |
| 108 | func Info(args ...interface{}) { |