Back to Developer Roadmap

go vet

src/data/roadmaps/golang/content/go-vet@qoQ6_5MgTu3ur1mkEgqG5.md

4.0638 B
Original Source

go vet

Built-in tool analyzing Go source code for suspicious constructs likely to be bugs. Checks for unreachable code, incorrect printf formats, struct tag mistakes, and potential nil pointer dereferences. Automatically run by go test.

Visit the following resources to learn more: