Gustavo Okuyama

Results 3 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"` } //...

Please add https://github.com/go-gremlins/gremlins for mutation tests. The zimmski/go-mutesting not worked in any of my projects.