Versions in this module Expand all Collapse all v1 v1.1.0 Aug 27, 2023 v1.0.0 Feb 27, 2023 Changes in this version + func AppDataDir(companyName, appName string) string + type CompanyData interface + GetDir func(appName string) string + LoadJsonFile func(appName, fileName string, v interface{}) (bool, error) + MakeDir func(appName string) (string, error) + SaveJsonFile func(appName, fileName string, v interface{}) error + func Locate(companyName string) CompanyData