summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-11-03 17:54:34 -0600
committerJeff Carr <[email protected]>2025-11-03 17:54:34 -0600
commit6e42220bb03724789c27efdaac35cca2d08a1a02 (patch)
treea6f08f42ddb4e75c07ece9d652ac462e80e300b3 /main.go
parent01cd36974b1f38264d2ff56b8c03c5103b78612c (diff)
renumber must exit like reformat or things don't workHEADv0.5.40v0.5.39masterdevel
Diffstat (limited to 'main.go')
-rw-r--r--main.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/main.go b/main.go
index ea542e3..ae82e55 100644
--- a/main.go
+++ b/main.go
@@ -58,11 +58,11 @@ func main() {
} else {
// user is trying a specific proto file
// check if it's ok to run autogenpb
- s, err = doPrecheck(argv.Proto)
- if err == nil {
- // it's safe to run
- s, err = doProto(argv.Proto)
- }
+ // s, err = doPrecheck(argv.Proto)
+ // if err == nil {
+ // it's safe to run
+ s, err = doProto(argv.Proto)
+ // }
}
// safe exits back to your shell (with timing and toolkit close)