Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrUpdateCopyrightWithoutVersion = errors.New("version is needed to update the copyright. You can use 'git describe --tags' if using git")
)
Functions ¶
Types ¶
type ComparisonError ¶
type ComparisonError struct {
}
func (*ComparisonError) Error ¶
func (n *ComparisonError) Error() string
type UnformattedFileError ¶
type UnformattedFileError struct {
// contains filtered or unexported fields
}
func (*UnformattedFileError) Error ¶
func (u *UnformattedFileError) Error() string
func (*UnformattedFileError) HasPathInfo ¶
func (u *UnformattedFileError) HasPathInfo() bool
Click to show internal directories.
Click to hide internal directories.