package
module
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Jun 21, 2024
License: BSD-3-Clause
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
go-appdir
Simple module to get the operating system's folder for storing application data.
Usage
package main
import (
"fmt"
appDir "git.brokenmouse.studio/bms/go-appdir"
)
func main() {
fmt.Println(appDir.Get())
}
Example Results:
- Linux:
/home/.../.config
- Mac:
/Users/.../Library/Application Support
- Windows:
C:\Users\...\AppData\Roaming
Documentation
¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.