mirror of
https://github.com/gluster/glusterd2.git
synced 2026-02-05 12:45:38 +01:00
`gofmt` is returning zero even if format is not proper. Instead it returns list of files which are not properly formatted. This issue in golang repo suggested to use `test -z` for the same https://github.com/golang/go/issues/24230 Signed-off-by: Aravinda VK <avishwan@redhat.com>