Documentation
¶
Index ¶
Constants ¶
View Source
const ( // AppName is the application name used for directories and identification AppName = "clonr" // AppExeName is the executable name (without extension) AppExeName = "clonr" // AppExeNameWindows is the executable name on Windows AppExeNameWindows = "clonr.exe" )
Variables ¶
This section is empty.
Functions ¶
func GetApplicationDirectory ¶
GetApplicationDirectory returns the clonr configuration directory path. Linux: ~/.config/clonr (via os.UserConfigDir) Windows: C:\Users\{username}\AppData\Local\clonr (via os.UserCacheDir)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.