我要评分
获取效率
正确性
完整性
易理解

Installing Go

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Download Go.
    cd /path/to
    wget https://golang.google.cn/dl/go1.19.2.linux-arm64.tar.gz
    tar xvf go1.19.2.linux-arm64.tar.gz
  3. Set the Go environment variables.
    cd go
    export PATH=`pwd`:$PATH