summaryrefslogtreecommitdiff
path: root/generate.go
blob: 8b2c3577abd9c31f86befab3e5aa7c9365b54a2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package config

// 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 config.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"