mirror of
https://github.com/sstent/go-garth.git
synced 2026-01-25 16:42:28 +00:00
6 lines
288 B
Go
6 lines
288 B
Go
// Package config defines the application configuration schema and helpers for
|
|
// locating, loading, saving, and initializing configuration files following
|
|
// conventional XDG directory layout.
|
|
// Note: This is an internal package and not intended for direct external use.
|
|
package config
|