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