From c63915b9a19b8e5c53fe2c65f417336ad3f67241 Mon Sep 17 00:00:00 2001 From: Colin Lord Date: Sun, 25 Jun 2023 23:23:01 -0700 Subject: [PATCH] Run gofmt --- stressdisk.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stressdisk.go b/stressdisk.go index 7b366ba..895ca25 100644 --- a/stressdisk.go +++ b/stressdisk.go @@ -59,7 +59,7 @@ const ( // Globals var ( // Flags - fileSize = flag.Int64("s", 1E9, "Size of the check files") + fileSize = flag.Int64("s", 1e9, "Size of the check files") cpuprofile = flag.String("cpuprofile", "", "Write cpu profile to file") duration = flag.Duration("duration", time.Hour*24, "Duration to run test") statsInterval = flag.Duration("stats", time.Minute*1, "Interval to print stats")