Versions in this module Expand all Collapse all v0 v0.6.0 Nov 27, 2021 Changes in this version + const VarDate + const VarDateUTC + const VarDay + const VarDropboxBusiness + const VarDropboxBusinessOrPersonal + const VarDropboxPersonal + const VarDropboxPersonalOrBusiness + const VarExecPath + const VarHome + const VarHostname + const VarMonth + const VarRand8 + const VarRandom + const VarTime + const VarTimeUTC + const VarUsername + const VarYear + var PathVariables = []string + func Escape(p string) string + func FormatPathWithPredefinedVariables(path string, pairs ...Pair) (string, error) + func IsSystemFile(path string) bool + func Rel(basePath, targetPath string) (rel string, err error) + type FormatError struct + Key string + Reason string + func (z *FormatError) Error() string + func (z *FormatError) Value() string + type Pair struct + Key string + Value string