💾 Archived View for freeshell.de › tldr › go-vet.gmi captured on 2023-01-29 at 04:52:40. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Check Go source code and report suspicious constructs (e.g. lint your Go source files).
Go vet returns a non-zero exit code if problems are found; returns a zero exit code if no problems are found.
go vet
go vet {path/to/file_or_directory}
go tool vet help
go tool vet help {check_name}
go vet -c={N}
go vet -json
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).