Registry / utility / muesli-go-app-paths

muesli-go-app-paths

JSON →
library0.2.2gogounverified

A Go library for retrieving platform-specific application directories (config, data, cache) following OS conventions.

go get github.com/muesli/go-app-paths
INSTALL
IMPORT
SIG · MUESLI-GO-APP-PATH
M
muesli-go-app-paths
utilitygov0.2.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

apppaths
github.com/muesli/go-app-paths

Get the config directory for an application

package main import ( "fmt" "github.com/muesli/go-app-paths" ) func main() { p := apppaths.New(apppaths.App{ Name: "myapp", }) fmt.Println(p.ConfigPath()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
muesli-go-app-paths — go get muesli-go-app-paths · libregistry