使用这些函数在模板中打印字符串或在终端上打印消息。
fmt.Errorf FORMAT [INPUT] ⟼ string
fmt.Erroridf ID FORMAT [INPUT] ⟼ string
fmt.Print 输入 ⟼ string
fmt.Print
fmt.Printf FORMAT [INPUT] ⟼ string
fmt.Sprintf
fmt.Println 输入 ⟼ string
fmt.Warnf FORMAT [INPUT] ⟼ string