diff options
| author | Jeff Carr <[email protected]> | 2025-10-08 06:33:43 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-08 06:33:43 -0500 |
| commit | 23809f0f8f0191b341f7e665db2ea9568fafa54c (patch) | |
| tree | 14147047ac212677732cb9a34b4f8bac3378d046 /generate.go | |
| parent | 0a823f87a77a53ba73a3c05d69b08fb24e5f14ee (diff) | |
causes build problems maybe not concurant safe
Diffstat (limited to 'generate.go')
| -rw-r--r-- | generate.go | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/generate.go b/generate.go deleted file mode 100644 index b74baec..0000000 --- a/generate.go +++ /dev/null @@ -1,15 +0,0 @@ -package chatpb - -// 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 go get go.wit.com/apps/autogenpb -//go:generate go install -v go.wit.com/apps/autogenpb -//go:generate autogenpb --proto chat.proto -//go:generate autogenpb --proto book.proto -// # go:generate go get golang.org/x/tools # repo seems broken at this time (?) -// # go:generate go install -v golang.org/x/tools/cmd/goimports -//go:generate bash -c "goimports -w *.go" |
