package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Feb 5, 2026
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package config handles application configuration management.
type Config struct {
StoragePath string `json:"storage_path"`
}
Config holds the application configuration.
LoadConfig loads configuration from ~/.snip/config.json.
Creates the file with defaults if it doesn't exist.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.