diff options
| author | Jeff Carr <[email protected]> | 2025-10-07 17:40:33 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-07 17:40:33 -0500 |
| commit | cff4f5853940e1fee9c85cf79667ed2183413fa6 (patch) | |
| tree | 616f22b7c5304abde3ecf53a50a437a6f43babd9 /generate.go | |
| parent | c4c6b498c3c191042afb65150378f4223399b60f (diff) | |
make generate
Diffstat (limited to 'generate.go')
| -rw-r--r-- | generate.go | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/generate.go b/generate.go new file mode 100644 index 0000000..7b755cd --- /dev/null +++ b/generate.go @@ -0,0 +1,13 @@ +package zoopb + +// 'make generate' will call this +// +// NOTE: it would be helpful if go.mod doesn't exist, that "go generate" +// automatically run go mod init and go mod tidy +// 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 machine.proto +//go:generate autogenpb --proto package.proto |
