Categorygithub.com/golangplus/fmt
repositorypackage
1.0.0
Repository: https://github.com/golangplus/fmt.git
Documentation: pkg.go.dev

# README

fmt

Plus to standard fmt package.

Godoc

Featured

// Printfln is similar to fmt.Printf but a newline is appended.
func Printfln(format string, a ...interface{}) (n int, err error) {}

// Fprintfln is similar to fmt.Fprintf but a newline is appended.
func Fprintfln(w io.Writer, format string, a ...interface{}) (n int, err error) {}

// Eprint is similar to fmt.Print but output to os.Stderr
func Eprint(a ...interface{}) (n int, err error) {}

LICENSE

BSD license