Skip to content

Instantly share code, notes, and snippets.

View Sakaizd's full-sized avatar
🎃

Sakaizd

🎃
  • Hong Kong
View GitHub Profile
@maratori
maratori / .golangci.yml
Last active September 5, 2026 16:58
Golden config for golangci-lint
# ==================================================================================================
#
# NOTICE
#
# This gist is no longer maintained. It was moved to repo:
#
# https://github.com/maratori/golangci-lint-config
#
# Full history and all v2 releases are preserved in the repo.
#
git config --global https.proxy http://127.0.0.1:1080
git config --global https.proxy https://127.0.0.1:1080
git config --global --unset http.proxy
git config --global --unset https.proxy
npm config delete proxy