Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Presets = map[string][]Pattern{
"generated": {
{Glob: "**/*.pb.go"},
{Glob: "**/*_gen.go"},
{Glob: "**/*_generated.go"},
{Glob: "**/mock/**"},
{Glob: "**/mocks/**"},
{Glob: "**/*_mock.go"},
{Glob: "**/ent/**"},
{Glob: "**/sqlc/**"},
},
}
Functions ¶
func PresetNames ¶
func PresetNames() []string
Types ¶
Click to show internal directories.
Click to hide internal directories.