Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RemoveConfig ¶
func RemoveConfig()
func StartConfigEdit ¶
func StartConfigEdit(conf Config)
func WriteConfig ¶
Types ¶
type Config ¶
type Config struct {
ConfVersion string `json:"version"`
DefaultSolver string `json:"default_solver"`
FormID string `json:"formID"`
Ical_save bool `json:"ical_save"`
CsvSave bool `json:"csv_save"`
DefaultSorter string `json:"default_sorter"`
}
func GetConfigFile ¶
parse json with golang https://tutorialedge.net/golang/parsing-json-with-golang/
Click to show internal directories.
Click to hide internal directories.