Documentation
¶
Overview ¶
Package info provides the info command run function.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNotExist = errors.New("no such file or directory") ErrNotSamp = errors.New("no such example or sample file") ErrInfo = errors.New("could not any obtain information") ErrUsage = errors.New("command usage could not display") ErrPipeRead = errors.New("could not read text stream from piped stdin (standard input)") ErrPipeParse = errors.New("could not parse the text stream from piped stdin (standard input)") ErrTmpClose = errors.New("could not close the temporary file") ErrTmpOpen = errors.New("could not open the temporary file") ErrTmpSave = errors.New("could not save to the temporary file") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.