Setup

Environment Variables

Reference:

GOPATH: environment variable that specifies the location of your workspace. If no GOPATH is set, it is assumed to be $HOME/go on Unix systems and %USERPROFILE%\go on Windows. more

Binary Package

Download

Getting Started with Go

Build from Source

Install Go from Source

Uninstalling Go

  • delete go directory. usually /usr/local/go under Unix or c:\Go on Windows.
  • remove Go bin directory from the $PATH environment variable. usually /etc/profile, or $HOME/.profile on Linux/FreeBSD; /etc/paths.d/go on MacOS; or Windows environment variable settings.
Created Aug 4, 2019 // Last Updated May 18, 2021

If you could revise
the fundmental principles of
computer system design
to improve security...

... what would you change?