Danylo Velikiy
Results
1
issues of
Danylo Velikiy
I have next code: ```go package main import ( "log" "github.com/linkedin/goavro/v2" ) const schema = `{ "type": "record", "name": "Payload", "fields": [ { "name": "image", "default": "null", "type": [ "null",...