lib

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CopyDir

func CopyDir(source string, dest string, ignoreFolders []string, verbose bool) (err error)

func CopyFile

func CopyFile(src string, dst string) (err error)

func CreateFile added in v0.0.2

func CreateFile(path string) (file *os.File, err error)

func FileExists

func FileExists(path string) (ex bool)

func GetConfigFiles

func GetConfigFiles(location string, fileName string) (configFiles []string, err error)

func LinkChild

func LinkChild(source string, dest string, ignoreFolders []string, verbose bool) (err error)

func MergeYaml added in v0.0.3

func MergeYaml(src string, dst string) (
	srcYamlMap map[string]interface{},
	dstYamlMap map[string]interface{},
	err error)

func StringInSlice

func StringInSlice(a string, list []string) bool

func WriteToYaml added in v0.0.3

func WriteToYaml(path string, obj interface{}) (err error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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