Skip to content

Instantly share code, notes, and snippets.

View adrianbrad's full-sized avatar
🌲

Adrian Brad adrianbrad

🌲
View GitHub Profile
@adrianbrad
adrianbrad / .golangci.yaml
Last active March 22, 2023 12:30
golangci-lint strict config file
# .golangci.yml
run:
modules-download-mode: vendor
skip-dirs: [vendor]
linters-settings:
staticcheck:
# Select the Go version to target. The default is '1.13'.
go: "1.19"