Fix readme

This commit is contained in:
Denis Krivak 2020-05-02 12:30:41 +03:00
parent 7fe9a44fc7
commit ca853d1515
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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