kinzal

Results 1 comments of kinzal

https://github.com/fluent/fluent-bit-go/blob/master/output/decoder.go#L79-L81 ```go if slice.Kind(m) != reflect.Slice { return -1, 0, nil } slice := reflect.ValueOf(m) t := slice.Index(0).Interface() data := slice.Index(1) ``` This is a suggestion. It might be better...