packer/rpc: Register []interface{} so arrays can be sent over wire
This commit is contained in:
parent
8055e396a0
commit
334fd4e154
@ -4,5 +4,6 @@ import "encoding/gob"
|
||||
|
||||
func init() {
|
||||
gob.Register(new(map[string]interface{}))
|
||||
gob.Register(make([]interface{}, 0))
|
||||
gob.Register(new(BasicError))
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user