Versions in this module Expand all Collapse all v0 v0.0.1 Nov 5, 2014 Changes in this version + func Diff(a, b interface{}) (desc []string) + func Errorf(format string, a ...interface{}) error + func Fdiff(w io.Writer, a, b interface{}) + 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 Sprintf(format string, a ...interface{}) string