package
0.3.6
Repository: https://github.com/mindjiver/packer.git
Documentation: pkg.go.dev

# Variables

Fixers is the map of all available fixers, by name.

# Structs

FixerCreateTime is a Fixer that replaces the ".CreateTime" template calls with "{{timestamp}".
FixerISOMD5 is a Fixer that replaces the "iso_md5" configuration key with the newer "iso_checksum" and "iso_checksum_type" within builders.

# Interfaces

A Fixer is something that can perform a fix operation on a template.

# Type aliases

No description provided by the author