You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The govet used in static check is outdated and cannot detect problems like struct field tag error and string format error, we should replace it with go vet command in the go toolchain.
The text was updated successfully, but these errors were encountered:
The
govet
used in static check is outdated and cannot detect problems like struct field tag error and string format error, we should replace it withgo vet
command in the go toolchain.The text was updated successfully, but these errors were encountered: