decoding avro in go returns map[string]interface {} but cannot range over (type interface {})

后端 未结 0 1898
栀梦
栀梦 2020-12-30 15:57

Here is the output of the avro decode:

native, _, err := codec.NativeFromBinary(b)  //map[string]interface {}
if err != nil {
    panic(err)
}

fmt.Println(re         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题