packer/rpc: register map[string]string since we transfer that
This commit is contained in:
parent
777f595c8b
commit
2349706a68
@ -4,6 +4,7 @@ import "encoding/gob"
|
|||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
gob.Register(new(map[string]interface{}))
|
gob.Register(new(map[string]interface{}))
|
||||||
|
gob.Register(new(map[string]string))
|
||||||
gob.Register(make([]interface{}, 0))
|
gob.Register(make([]interface{}, 0))
|
||||||
gob.Register(new(BasicError))
|
gob.Register(new(BasicError))
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user