Println prints to output and ends with newline character.
(val ...interface{})
| 30 | ReadMultiLines(terminator string) string |
| 31 | // Println prints to output and ends with newline character. |
| 32 | Println(val ...interface{}) |
| 33 | // Print prints to output. |
| 34 | Print(val ...interface{}) |
| 35 | // Printf prints to output using string format. |
no outgoing calls
no test coverage detected