Versions in this module Expand all Collapse all v0 v0.4.0 Feb 22, 2015 Changes in this version + func ChimeError(err interface{}) + func ChimeErrorf(format string, args ...interface{}) + func ContainsFrontMatter(r *bufio.Reader) (bool, error) + func CopyFile(srcPath string, destPath string) error + func CreateEmptyFiles(paths []string) error + func CreateFileWithPath(path string) (*os.File, error) + func Recovery(fullStackTrace bool) + func RecursiveCopy(srcDir string, destDir string) error + func RemoveAllIfExists(path string) error + func RemoveEmptyDirs(path string) error + func RemoveIfExists(path string) error + func SplitFrontMatter(r *bufio.Reader) (frontMatter string, content string, err error)