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