package
1.1.2
Repository: https://github.com/gocarp/helpers.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`.