diff options
| author | Jeff Carr <[email protected]> | 2025-03-27 17:55:56 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-27 17:55:56 -0500 |
| commit | 40fbd387126d6d5be4db0a8bd9d644e3b0b518e9 (patch) | |
| tree | 7e9ce2983ed7bdca41a56f4225d4e5b50b4f89f7 /main.go | |
| parent | bdc2e4fadf75f08f6d44fa984ea4d3d78f9dede2 (diff) | |
clean comment reparser
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,6 +18,7 @@ import ( "os" "path/filepath" "strings" + "time" "github.com/alexflint/go-arg" "github.com/go-cmd/cmd" @@ -63,6 +64,8 @@ func main() { } if argv.Format { + protoReformatComments(argv.Proto) + time.Sleep(5 * time.Second) protoReformat(argv.Proto) okExit("") } |
