Documentation ¶
Index ¶
Constants ¶
View Source
const ( NoInlineCommentsFlag = "noInlineComments" NoPrefixCommentsFlag = "noPrefixComments" SkipGeneratedFlag = "skipGenerated" SectionsFlag = "Sections" SectionSeparatorsFlag = "SectionSeparators" SectionDelimiter = "," )
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{
Name: "gci",
Doc: "A tool that control Go package import order and make it always deterministic.",
Run: runAnalysis,
}
Functions ¶
func GetSuggestedFix ¶
Types ¶
type InvalidNumberOfFilesInAnalysis ¶
type InvalidNumberOfFilesInAnalysis struct {
// contains filtered or unexported fields
}
func (InvalidNumberOfFilesInAnalysis) Error ¶
func (i InvalidNumberOfFilesInAnalysis) Error() string
func (InvalidNumberOfFilesInAnalysis) Is ¶
func (i InvalidNumberOfFilesInAnalysis) Is(err error) bool
Click to show internal directories.
Click to hide internal directories.