mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-11 01:30:06 -04:00
packer/rpc: register map[string]string since we transfer that
This commit is contained in:
parent
5166f511d2
commit
5220c1ff2a
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ import "encoding/gob"
|
|||
|
||||
func init() {
|
||||
gob.Register(new(map[string]interface{}))
|
||||
gob.Register(new(map[string]string))
|
||||
gob.Register(make([]interface{}, 0))
|
||||
gob.Register(new(BasicError))
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue