Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Success is the same as EXIT_SUCCESS in C Success = iota // BadArgs passed to cli; not our fault. BadArgs // BadPassword passed to prompt or switch; not our fault. BadPassword // DaemonNotResponding means the daemon does not respond in timely fashion. // Probably our fault. DaemonNotResponding // UnknownError is an uncategorized error, probably our fault. UnknownError )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
Package tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text.
|
Package tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text. |
Click to show internal directories.
Click to hide internal directories.