diff options
| author | Jeff Carr <[email protected]> | 2025-10-08 06:34:32 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-08 06:34:32 -0500 |
| commit | 8d810878957200abb2e0f6d6a904eb8a1395ba2e (patch) | |
| tree | 5c4a0898e05c8162b19a0475667b2d3ef9283c57 /generate.go | |
| parent | 2051819a243831280435715ddeeb1c15f069032a (diff) | |
maybe causing build problems
Diffstat (limited to 'generate.go')
| -rw-r--r-- | generate.go | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/generate.go b/generate.go deleted file mode 100644 index fb1f00e..0000000 --- a/generate.go +++ /dev/null @@ -1,16 +0,0 @@ -package gitpb - -// 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 get go.wit.com/apps/autogenpb -//go:generate go install -v go.wit.com/apps/autogenpb -//go:generate autogenpb --proto repo.proto -//go:generate autogenpb --proto goDep.proto -//go:generate autogenpb --proto gitTag.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" |
