Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GetConfigPath = sync.OnceValue(func() string { return assert.Exit1(xdg.ConfigFile("fastgit/config.yaml")) })
View Source
var GetEnvPath = sync.OnceValue(func() string { return path.Join(path.Dir(GetConfigPath()), "env.yaml") })
View Source
var GetLocalEnvPath = sync.OnceValue(func() string { return path.Join(GetRepoPath(), ".git", "fastgit.env") })
Functions ¶
func GetDefaultConfig ¶
func GetDefaultConfig() []byte
func GetEnvConfig ¶
func GetEnvConfig() []byte
Types ¶
Click to show internal directories.
Click to hide internal directories.