shiyanhui / hero

A handy, fast and powerful go template engine.
https://shiyanhui.github.io/hero
Other
1.57k stars 96 forks source link

Invoking "go tool vet" directly is unsupported; use "go vet" #62

Closed odiferousmint closed 5 years ago

odiferousmint commented 5 years ago

Hello. Upon executing hero -source="./", I get the following output:

Parsing...
Generating...
Executing goimports...
Executing go vet...
vet: invoking "go tool vet" directly is unsupported; use "go vet"
exit status 1

go version: go1.12rc1 linux/amd64

Is this going to be fixed?

https://golang.org/doc/go1.12#tools

shiyanhui commented 5 years ago

Fixed.