File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -436,7 +436,7 @@ Less `GOGC` values trigger garbage collection more frequently and golangci-lint
436
436
437
437
3. Don' t fork to run shell commands
438
438
439
- All linters are vendored in the ` /vendor ` folder: their version is fixed, they are builtin
439
+ All linters has their version fixed with go modules , they are builtin
440
440
and you don' t need to install them separately.
441
441
442
442
## Supported Linters
Original file line number Diff line number Diff line change @@ -388,7 +388,7 @@ Less `GOGC` values trigger garbage collection more frequently and golangci-lint
388
388
389
389
3 . Don't fork to run shell commands
390
390
391
- All linters are vendored in the ` /vendor ` folder: their version is fixed, they are builtin
391
+ All linters has their version fixed with go modules , they are builtin
392
392
and you don't need to install them separately.
393
393
394
394
## Supported Linters
You can’t perform that action at this time.
0 commit comments