package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Nov 22, 2023
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
AppName = "shrinkster"
CfgFile = "config.yaml"
)
Save writes the config to the config file.
type Config struct {
ID uuid.UUID `yaml:"id"`
Email string `yaml:"email"`
}
Load reads the config file and returns the config.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.