blob: 6402fc9fa3c9afbb63ee7d5a913814f7d186764c (
plain)
1
2
3
4
5
6
7
8
9
10
|
package tree
// 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 autogenpb --proto toolkitConfig.proto
//go:generate bash -c "goimports -w *.go"
|