summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-28 08:19:59 -0500
committerJeff Carr <[email protected]>2025-03-28 08:19:59 -0500
commit11ccc557feda86273dc67779a1a2b45723ada3e4 (patch)
tree95f2262dc19acace1d0ab7cafa9cc8540ea20978 /main.go
parentdfe42d8d2358e1437b1b086bbc420f3ffef9b46e (diff)
closer to back to working again
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.go b/main.go
index b57c924..2c6f33e 100644
--- a/main.go
+++ b/main.go
@@ -18,7 +18,6 @@ import (
"os"
"path/filepath"
"strings"
- "time"
"github.com/alexflint/go-arg"
"github.com/go-cmd/cmd"
@@ -65,8 +64,9 @@ func main() {
if argv.Format {
protoReformatComments(argv.Proto)
- time.Sleep(5 * time.Second)
+ // time.Sleep(5 * time.Second)
protoReformat(argv.Proto)
+ log.Info("format done")
okExit("")
}
if argv.Comments {