From 3ea4675ed4367ea5f82b820f2b86a9c11faa90f3 Mon Sep 17 00:00:00 2001 From: Yusef Mohamadi Date: Wed, 12 Jul 2023 18:15:49 +0200 Subject: [PATCH] update README ( how to install in the newer golang versions) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e12b583..e939762 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Package structslop defines an [Analyzer](analyzer_link) that checks if struct fi With Go modules: ```sh -go get github.com/orijtech/structslop/cmd/structslop +go install github.com/orijtech/structslop/cmd/structslop@latest ``` Without Go modules: