diff options
| author | Jeff Carr <[email protected]> | 2025-10-26 10:48:41 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-26 10:48:41 -0500 |
| commit | 51027a1b04b3da1a81d617d16a07ac1242d90a81 (patch) | |
| tree | cecc3b9d3d1c2e9b6285117bb5ae01827b30fd22 /generate.go | |
| parent | 0653bd60ce9276ad6245b25c60f37aefd0d1408a (diff) | |
update for new argvpb changes
Diffstat (limited to 'generate.go')
| -rw-r--r-- | generate.go | 9 |
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" |
