summaryrefslogtreecommitdiff
path: root/generate.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-26 10:49:12 -0500
committerJeff Carr <[email protected]>2025-10-26 10:49:12 -0500
commitd22db5dabfc6f8330b38adedd0528192ae2d47d8 (patch)
tree725c410000f83009b1ce6a6d2da6712db082eb9c /generate.go
parent2a466a788a0f78dddce2ca544db6e34f0b8e2f12 (diff)
parent51027a1b04b3da1a81d617d16a07ac1242d90a81 (diff)
Merge branch 'jcarr' into develHEADmasterdevel
Diffstat (limited to 'generate.go')
-rw-r--r--generate.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/generate.go b/generate.go
deleted file mode 100644
index 91503d8..0000000
--- a/generate.go
+++ /dev/null
@@ -1,9 +0,0 @@
-package golib
-
-// NOTE: it would be helpful if go.mod doesn't exist, that go generate
-// would automatically run go mod init and go mod tidy
-// and allow directives to 'go get go.wit.com/apps/autogenpb'
-// then this process could be fully automated
-//
-//go:generate make go-generate
-//go:generate bash -c "goimports -w *.go"