Documentation ¶
Index ¶
Constants ¶
View Source
const (
ConfigName = "goproj.conf.toml"
)
Variables ¶
View Source
var (
UserHomeDir, _ = os.UserHomeDir()
ConfigPath = filepath.Join(UserHomeDir, configFolder)
ConfigFilepath = filepath.Join(ConfigPath, ConfigName)
)
Functions ¶
func Get ¶
func Get() (config *models.GlobalConfig, ok bool)
func Store ¶
func Store(config *models.GlobalConfig) (err error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.