package
Version:
v0.0.0-...-2b36536
Opens a new window with list of versions in this module.
Published: Aug 23, 2020
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
CfgFileName = ".gosi.yaml"
GoModFileName = "go.mod"
StdGroupIdx = 0
ProjGroupIdx = 1
StdGroupName = "std"
ProjGroupName = "proj"
)
type Group struct {
Name string `yaml:"name"`
Prefix string `yaml:"prefix"`
Paths []string `yaml:"paths"`
}
type Ignore struct {
Dirs []string `yaml:"dirs"`
Files []string `yaml:"files"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.