summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-11 06:08:05 -0600
committerJeff Carr <[email protected]>2025-01-11 06:08:05 -0600
commit0ea93faef25eda579e3c557b10ff98a766689e40 (patch)
treeac8b51cd93ec8e68fa5ae9b9d3239672637cfa24 /init.go
parent48b19f1e70331fc6213a2e3a179e8b18a26aaecc (diff)
can't use go:generate. boo. it requires go.mod and go.sumv0.0.46
Diffstat (limited to 'init.go')
-rw-r--r--init.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/init.go b/init.go
index c58629d..29c8fe1 100644
--- a/init.go
+++ b/init.go
@@ -1,10 +1,5 @@
package forgepb
-// go.wit.com/apps/autogenpb auto generates Sort() and Marshal() for protobuf files
-//go:generate autogenpb --proto forgeConfig.proto
-//go:generate autogenpb --proto uuid.proto
-//go:generate autogenpb --proto patch.proto
-
import (
"os"
"os/user"