示例代码: https://www.bccn.net/paste/405/
godoc fmt Println
PACKAGE
package fmt
import "fmt"
FUNCTIONS
func Println(a ...interface{}) (n int, err error)
Println formats using the default formats for its operands and writes to
standard output. Spaces are always added between operands and a newline
is append...