Documentation ¶
Index ¶
- func CopyDir(src, dst string) error
- func CopyFile(src, dst string) (err error)
- func CopyFileContents(src, dst string) (err error)
- func ExecCommand(command, filePath string) error
- func ExecCommandWithErrorCode(command, filePath string) error
- func ExecCommandWithReturn(command, filePath string) (string, error)
- func MergeMaps(maps []map[string]interface{}) map[string]interface{}
- func RemoveAccent(s string) string
- func WriteFile(input []byte, outputFile string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyFileContents ¶
func ExecCommand ¶
func ExecCommandWithReturn ¶
func RemoveAccent ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.