Versions in this module Expand all Collapse all v0 v0.0.5 Feb 18, 2021 v0.0.3 Feb 17, 2021 Changes in this version + func Errorf(format string, a ...interface{}) error + func Formatter(x interface{}) (f fmt.Formatter) + func Fprintf(w io.Writer, format string, a ...interface{}) (n int, error error) + func Log(a ...interface{}) + func Logf(format string, a ...interface{}) + func Logln(a ...interface{}) + func Print(a ...interface{}) (n int, errno error) + func Printf(format string, a ...interface{}) (n int, errno error) + func Println(a ...interface{}) (n int, errno error) + func Sprint(a ...interface{}) string + func Sprintf(format string, a ...interface{}) string