diff options
| author | Jeff Carr <[email protected]> | 2025-10-07 18:05:21 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-07 18:05:21 -0500 |
| commit | a14c24a581f2e8a38a8c37fc2b013962472c36ce (patch) | |
| tree | 835b8e095217cf034cf90e943371254f894362e0 /init.go | |
| parent | d1358ace6c75eab761ee19897ee29496520af0fa (diff) | |
make generatev0.0.172
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -1,15 +1,4 @@ // Copyright 2025 WIT.COM Inc Licensed GPL 3.0 -// -// 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 install -v go.wit.com/apps/autogenpb -//go:generate autogenpb --proto forgeConfig.proto -//go:generate autogenpb --proto patch.proto -//go:generate autogenpb --proto set.proto package forgepb |
