diff options
author | Daniel Milde <daniel@milde.cz> | 2021-04-07 13:22:20 +0200 |
---|---|---|
committer | Daniel Milde <daniel@milde.cz> | 2021-04-07 13:22:20 +0200 |
commit | 26e6a0019657ddaa7c6d9c1ff866050c83279e3a (patch) | |
tree | 1bb6edc885bf6f519feffe2b7b55f7c1d67dc80b /tui/format.go | |
parent | 90de9ab8d0a681a55b85217503e7d5777656a3c9 (diff) |
fixed go lint warnings
Diffstat (limited to 'tui/format.go')
-rw-r--r-- | tui/format.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tui/format.go b/tui/format.go index fd9e0df..9b523c4 100644 --- a/tui/format.go +++ b/tui/format.go @@ -6,6 +6,7 @@ import ( "github.com/dundee/gdu/v4/analyze" ) +// file size constants const ( _ = iota KB float64 = 1 << (10 * iota) |