package
2.8.3
Repository: https://github.com/gogf/gf.git
Documentation: pkg.go.dev

# Functions

Error prints `v` with newline using fmt.Println.
Errorf prints `v` with format `format` using fmt.Printf.
ErrorFunc prints the output from function `f`.
Print prints `v` with newline using fmt.Println.
Printf prints `v` with format `format` using fmt.Printf.
PrintFunc prints the output from function `f`.