Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ERROR = func(s string) string { return stdout.String(s). Foreground(stdout.Color("9")). String() } AGENT_MESSAGE = func(s string) string { return stdout.String(s). Foreground(stdout.Color("12")). String() } AGENT_QUESTION = func(s string) string { return stdout.String(s). Foreground(stdout.Color("11")). Bold(). String() } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.