util

package
v0.6.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 6, 2017 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	PathSeparatorString = fmt.Sprintf("%c", os.PathSeparator)
)

Functions

func CompareDir

func CompareDir(a, b string) (bool, error)

func CompareFileContents

func CompareFileContents(a, b string) (bool, error)

func CopyDir

func CopyDir(src string, dst string) error

CopyDir recursively copies a directory tree, attempting to preserve permissions. Source directory must exist. Symlinks are ignored and skipped.

func CopyFile

func CopyFile(src, dst string) error

CopyFile copies the contents of the file named src to the file named by dst. The file will be created if it does not already exist. If the destination file exists, all it's contents will be replaced by the contents of the source file. The file mode will be copied from the source and the copied data is synced/flushed to stable storage.

func GetMD5Walker

func GetMD5Walker(basePath string, h hash.Hash) func(fp string, fi os.FileInfo, err error) error

func GzipFile

func GzipFile(source, target string) error

func MD5Dir

func MD5Dir(basePath string) ([]byte, error)

func MD5File

func MD5File(filePath string, h hash.Hash) error

func MergeMaps

func MergeMaps(maps ...map[string]string) map[string]string

func RunCommand added in v0.3.0

func RunCommand(cwd string, env []string, cmd string, args ...string) (string, string, error)

func TarDir

func TarDir(source, target string) error

func UngzipFile

func UngzipFile(source, target string) error

func UntarDir

func UntarDir(tarball, target string) error

func UnzipDir

func UnzipDir(archive, target string) error

func ZipDir

func ZipDir(source, target string) error

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL