Documentation
¶
Overview ¶
Package config handles WebKit CLI configuration file management.
It provides functions to read and write configuration files in the user's config directory (~/.config/webkit) and manages the config directory lifecycle.
Index ¶
Constants ¶
View Source
const ( // AppName is the name of the application AppName = "webkit" // DirName is the config directory name under user's home DirName = ".config" )
Variables ¶
This section is empty.
Functions ¶
func Path ¶
Path returns the full path to a file in the WebKit config directory. Example: config.Path("age.key") returns ~/.config/webkit/age.key
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.