mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 08:42:33 -04:00
docs: consistent code blocks around types
This commit is contained in:
parent
a5d220e0a2
commit
766c3d7fef
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ configuration. The exact semantics of the merge are left to the builder author.
|
|||
|
||||
We recommend that you use the
|
||||
[mapstructure](https://godoc.org/github.com/mitchellh/mapstructure) library to
|
||||
decode the interface{} into a meaningful structure. Mapstructure will take an
|
||||
decode the `interface{}` into a meaningful structure. Mapstructure will take an
|
||||
`interface{}` and decode it into an arbitrarily complex struct. If there are any
|
||||
errors, it generates very human friendly errors that can be returned directly
|
||||
from the prepare method. You can find many usage examples of this library within
|
||||
|
|
|
|||
Loading…
Reference in a new issue