Skip to content

Instantly share code, notes, and snippets.

View caozhuozi's full-sized avatar

Xudong Wang caozhuozi

View GitHub Profile
@caozhuozi
caozhuozi / golangci.yaml
Last active May 9, 2024 05:06 — forked from cristaloleg/golangci.yaml
Go linters configuration, the right version.
# See: https://olegk.dev/go-linters-configuration-the-right-version
run:
# Depends on your hardware, my laptop can survive 8 threads.
concurrency: 8
# I really care about the result, so I'm fine to wait for it.
timeout: 30m
# Fail if the error was met.