Skip to content

Instantly share code, notes, and snippets.

@xmlking
xmlking / golang.md
Last active August 9, 2024 04:25
Setup golang environment on MacOS without admin privileges

GoLang

Guide to setup golang development environment on MacOS without admin privileges

you you have local homebrew, install GoLang with brew install go and skip to Project step

for complete project with VSCode settings, refer hello project