Versions in this module Expand all Collapse all v1 v1.0.0 Dec 31, 2020 Changes in this version + const BackgroundBlack + const BackgroundBlue + const BackgroundCyan + const BackgroundGreen + const BackgroundMagenta + const BackgroundRed + const BackgroundWhite + const BackgroundYellow + const Black + const Blue + const Bold + const Cyan + const Green + const Magenta + const NoColor + const Red + const White + const Yellow + var BufferFoldThreshold = 1024 + var ColoringEnabled = true + var PrintMapTypes = true + var WithLineInfo = false + func Errorf(format string, a ...interface{}) error + func Fatal(a ...interface{}) + func Fatalf(format string, a ...interface{}) + func Fatalln(a ...interface{}) + func Fprint(w io.Writer, a ...interface{}) (n int, err error) + func Fprintf(w io.Writer, format string, a ...interface{}) (n int, err error) + func Fprintln(w io.Writer, a ...interface{}) (n int, err error) + func GetDefaultOutput() io.Writer + func Print(a ...interface{}) (n int, err error) + func Printf(format string, a ...interface{}) (n int, err error) + func Println(a ...interface{}) (n int, err error) + func ResetColorScheme() + func ResetDefaultOutput() + func SetColorScheme(scheme ColorScheme) + func SetDefaultOutput(o io.Writer) + func Sprint(a ...interface{}) string + func Sprintf(format string, a ...interface{}) string + func Sprintln(a ...interface{}) string + type ColorScheme struct + Bool uint16 + EscapedChar uint16 + FieldName uint16 + Float uint16 + Integer uint16 + Nil uint16 + ObjectLength uint16 + PointerAdress uint16 + String uint16 + StringQuotation uint16 + StructName uint16 + Time uint16 Incompatible versions in this module v2.4.0+incompatible Mar 3, 2019