Cael Rowley

Results 4 issues of Cael Rowley

var types cannot be inferred using := from variant types so I used `mini` instead of `min` to correctly return an int type

- updated deprecated features - removed redundant type assertions - used correct print-styles - removed unnecessary checks - updated inconsistent error messages

Updated deprecated and unused code in esutil files

- Updated / removed deprecated code - Fixed incorrect use of signal.Notify(done, os.Interrupt) - Defer closing of resources that were previously unreachable - Added missing packages to _examples/bulk/kafka/go.mod - Use...