Golang Installation

    Official document

    • Verify the installation result

      Install Go on linux

    • Download Go for Linux
    • Unzip the compressed package to /usr/local
    • Add /usr/local/go/bin to environment variables
        1. $ source $HOME/.profile
      1. Verify the installation result
      2. Download and install
      3. Verify the installation result
        1. $ go version

      More