chore: make gazelle run with go generate

This commit is contained in:
41666 2020-09-15 23:08:29 -04:00
parent 94eec4e10d
commit bb83575308
27 changed files with 370 additions and 482 deletions

7
hack/generate.go Normal file
View file

@ -0,0 +1,7 @@
package hacknotused
//go:generate sh gazelle.sh
func noop() {
}