Skip to content

Commit 4c04e00

Browse files
authored
docs: remove golint on 'performance' page (#5139)
1 parent b49635b commit 4c04e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/docs/product/performance.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Less `GOGC` values trigger garbage collection more frequently and golangci-lint
2222

2323
1. Work sharing
2424

25-
During operation, `golangci-lint` shares work between specific linters (like `golint`, `govet`, etc.).
25+
During operation, `golangci-lint` shares work between specific linters (like `govet`, `ineffassign`, etc.).
2626
We don't fork to call a specific linter, but instead use its API.
2727
For small and medium projects 50-90% of work between linters can be reused.
2828

0 commit comments

Comments
 (0)