Documentation ¶
Index ¶
- Variables
- func CopyFile(src, dest string) error
- func Merge(src, dst interface{}) (interface{}, error)
- func MergeMapString(a, b map[string]interface{}) (map[string]interface{}, error)
- func PathFromDir(dir string, file string) (string, error)
- func RemoveDuplicates(strings []string) []string
- func TarDir(sourceDir, tarballPath string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrTypeNotMatch = errors.New("type not match")
Functions ¶
func MergeMapString ¶
func RemoveDuplicates ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.