Documentation ¶
Index ¶
- func Bool(v bool) *bool
- func CleanPath(p string) string
- func CopyDir(src string, dest string) (err error)
- func CopyFile(src string, dest string) (err error)
- func Duration(v time.Duration) *time.Duration
- func EnvFallBack(envs []string, defaultValue string) string
- func FileExists(path string) bool
- func GetFullURL(base string, path string) string
- func Int(v int) *int
- func IntSlice(v []int) *[]int
- func Map(v map[string]interface{}) *map[string]interface{}
- func RemoveFile(path string) error
- func RemoveFilesWithPattern(targetDir, pattern string) error
- func String(v string) *string
- func Tprintf(tmpl string, param map[string]interface{}) string
- func Unzip(src, dest string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FileExists ¶
func GetFullURL ¶
func RemoveFile ¶
func RemoveFilesWithPattern ¶
RemoveFilesWithPattern ...
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.