From ca853d1515ec3421af8e4e3d9ddec5b6c6d016a9 Mon Sep 17 00:00:00 2001 From: Denis Krivak Date: Sat, 2 May 2020 12:30:41 +0300 Subject: [PATCH] Fix readme --- README.md | 2 +- README.tmpl.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52beb33d..69fcd5b2 100644 --- a/README.md +++ b/README.md @@ -436,7 +436,7 @@ Less `GOGC` values trigger garbage collection more frequently and golangci-lint 3. Don't fork to run shell commands -All linters are vendored in the `/vendor` folder: their version is fixed, they are builtin +All linters has their version fixed with go modules, they are builtin and you don't need to install them separately. ## Supported Linters diff --git a/README.tmpl.md b/README.tmpl.md index f0da7247..d7e22a37 100644 --- a/README.tmpl.md +++ b/README.tmpl.md @@ -388,7 +388,7 @@ Less `GOGC` values trigger garbage collection more frequently and golangci-lint 3. Don't fork to run shell commands -All linters are vendored in the `/vendor` folder: their version is fixed, they are builtin +All linters has their version fixed with go modules, they are builtin and you don't need to install them separately. ## Supported Linters