Documentation ¶
Index ¶
- func Debug(params ...interface{})
- func GetCurrentDir() string
- func GetCurrentPath() string
- func GetLocalIp() (string, error)
- func LogError(msg string, err error)
- func MergeMaps(items ...map[string]interface{}) map[string]interface{}
- func Mkdir(dir string, parents bool) error
- func PathExist(path string) bool
- func SplitPathExt(path string) (string, string)
- func Trace() []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCurrentDir ¶ added in v0.8.0
func GetCurrentDir() string
GetCurrentDir return compiled executable file directory
func GetCurrentPath ¶ added in v0.8.0
func GetCurrentPath() string
GetCurrentPath return compiled executable file absolute path
func Mkdir ¶ added in v0.8.0
Mkdir Create the DIRECTORY(ies), if they do not already exist parents no error if existing, make parent directories as needed
func SplitPathExt ¶ added in v0.9.0
SplitPathExt return filename and ext of path
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.