Remove generator from command/version because we can't go build ./... -- it also builds vendored stuff
This commit is contained in:
parent
33d1c17d29
commit
171265c983
|
@ -1,7 +1,5 @@
|
||||||
package command
|
package command
|
||||||
|
|
||||||
//go:generate go run ../scripts/generate-plugins.go
|
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
Loading…
Reference in New Issue