The `github.com.mitchellh.packer.packer.Artifact.Files` package in Golang is a part of the Packer software by Mitchell Hashimoto. It provides functionality to work with artifact files, which are the output files generated by Packer during the build process. These files can include virtual machine images, disk images, scripts, and other resources necessary for creating machine images. This package allows users to interact with and manipulate these artifact files efficiently in their Packer workflows.
Golang Artifact.Files - 30 examples found. These are the top rated real world Golang examples of github.com/mitchellh/packer/packer.Artifact.Files extracted from open source projects. You can rate examples to help us improve the quality of examples.