Documentation
¶
Overview ¶
Package output provides functions to write the output of the ghe-reposec tool.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrUnsupportedFormat is returned when the output format is not supported. ErrUnsupportedFormat = fmt.Errorf("unsupported format") // ErrOutputFileRequired is returned when the output file is not provided. ErrOutputFileRequired = fmt.Errorf("output file is required and was not provided") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.