mirror of
https://github.com/etcd-io/etcd.git
synced 2026-02-05 15:46:51 +01:00
We're already calling golangci-lint --fix. We require the gofmt formatter, and it supports autofix. Therefore, running go fmt manually after golangci-lint --fix runs doesn't have any effect. Signed-off-by: Ivan Valdes <ivan@vald.es>
scripts for etcd development