Gustavo Okuyama
Results
2
comments of
Gustavo Okuyama
change build tags from `-tags netgo` to `-tags netcgo` worked to me on linux. thanks @ggermis
code generated ```golang // Code generated by avrogen. DO NOT EDIT. package is import ( "fmt" "strconv" ) type ItemEvent struct { Id string `json:"id"` Modes []Mode `json:"modes"` } //...