Commit 5220c1ff authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

packer/rpc: register map[string]string since we transfer that

parent 5166f511
......@@ -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))
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment