From 7cd83b48cd4ac853e526e1611b9d039b8c58eb9c Mon Sep 17 00:00:00 2001 From: Philip Date: Wed, 18 Sep 2024 15:13:13 +0000 Subject: [PATCH] Add "go install" command to the startpage --- website/content/_index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/content/_index.md b/website/content/_index.md index bb6345eae..0bb3fc0c5 100644 --- a/website/content/_index.md +++ b/website/content/_index.md @@ -9,6 +9,9 @@ title: Staticcheck Staticcheck is a state of the art linter for the Go programming language. Using static analysis, it finds bugs and performance issues, offers simplifications, and enforces style rules. +Install Staticcheck by running: + + go install honnef.co/go/tools/cmd/staticcheck@latest
}}">