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.off | |
| parent | 0a823f87a77a53ba73a3c05d69b08fb24e5f14ee (diff) | |
causes build problems maybe not concurant safe
Diffstat (limited to 'generate.off')
| -rw-r--r-- | generate.off | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/generate.off b/generate.off new file mode 100644 index 0000000..b74baec --- /dev/null +++ b/generate.off @@ -0,0 +1,15 @@ +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" |
