Fix go generate core/format.go (#725)

This commit is contained in:
yuhan6665 2021-09-27 01:45:02 -04:00 committed by GitHub
parent ed39fc3b79
commit 1ef824c0b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 6 deletions

View file

@ -1,4 +1,4 @@
package core
//go:generate go install -v golang.org/x/tools/cmd/goimports@latest
//go:generate go run ../infra/vformat/
//go:generate go run ../infra/vformat/main.go -pwd ./..