k3s-io / kine

Run Kubernetes on MySQL, Postgres, sqlite, dqlite, not etcd.
Apache License 2.0
1.56k stars 233 forks source link

Fix standard linter errors #25

Closed daxmc99 closed 4 years ago

daxmc99 commented 4 years ago

Cleanup some small linter issues found by golangci-lint

cjellick commented 4 years ago

so we dont run go lint on this project? do we do that by defualt on other projects?

daxmc99 commented 4 years ago

@cjellick This project currently has no CI enabled... I feel like I just volunteered to add CI 😅

galal-hussein commented 4 years ago

fixed by https://github.com/rancher/kine/pull/42