Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Default = Printer{Printer: colors.Default} LightRed = Printer{Printer: colors.LightRed} LightGreen = Printer{Printer: colors.LightGreen} LightYellow = Printer{Printer: colors.LightYellow} LightBlue = Printer{Printer: colors.LightBlue} LightPurple = Printer{Printer: colors.LightPurple} Red = Printer{Printer: colors.Red} Green = Printer{Printer: colors.Green} Yellow = Printer{Printer: colors.Yellow} Blue = Printer{Printer: colors.Blue} Purple = Printer{Printer: colors.Purple} Cyan = Printer{Printer: colors.Cyan} White = Printer{Printer: colors.White} None = Printer{Printer: colors.None} )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.