confluentinc / confluent-kafka-go-dev

[EXPERIMENTAL] Development / WIP / exploratory / test fork of confluent-kafka-go
Apache License 2.0
0 stars 7 forks source link

Make go lint happy #3

Open lizthegrey opened 5 years ago

lizthegrey commented 5 years ago
$ if [[ -f .do_lint ]]; then golint -set_exit_status ./... ; fi
kafka/build_static.go:28:23: should omit type int from declaration of var LibrdkafkaVersion; it will be inferred from the right-hand side
Found 1 lint suggestions; failing.
The command "if [[ -f .do_lint ]]; then golint -set_exit_status ./... ; fi" exited with 1.