Documentation
¶
Index ¶
- func CopyFile(src string, dest string) error
- func Download(url string) ([]byte, error)
- func DownloadToFile(url string, filepath string, mode os.FileMode) error
- func Exec(silent bool, cmd string, arg ...string) (int, error)
- func ExistsInPath(filename string) bool
- func FileExists(filename string) bool
- func LoadFromFileOrUri(uri string) (content []byte, e error)
- func MakeDir(path string) error
- func Template(s string, context pongo2.Context) (string, error)
- func Unzip(src string, dest string) ([]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExistsInPath ¶
func FileExists ¶
func LoadFromFileOrUri ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.