diff options
Diffstat (limited to 'generate.go')
| -rw-r--r-- | generate.go | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/generate.go b/generate.go new file mode 100644 index 0000000..91503d8 --- /dev/null +++ b/generate.go @@ -0,0 +1,9 @@ +package golib + +// 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 bash -c "goimports -w *.go" |
