Exemplo n.º 1
0
// Copies the artifacts using the specified move pattern.
func Copy(copySpec *utils.SpecFiles, flags *utils.MoveFlags) error {
	return utils.MoveFilesWrapper(copySpec, flags, utils.COPY)
}
Exemplo n.º 2
0
// Moves the artifacts using the specified move pattern.
func Move(moveSpec *utils.SpecFiles, flags *utils.MoveFlags) error {
	return utils.MoveFilesWrapper(moveSpec, flags, utils.MOVE)
}