User Tools

Site Tools


programming:golang

Installation

# as root
wget https://dl.google.com/go/$(curl https://golang.org/VERSION?m=text).linux-amd64.tar.gz
tar -C /usr/local -xzf go1.16.2.linux-amd64.tar.gz

# as user
vi .profile
export PATH=$PATH:/usr/local/go/bin
export GOPATH=$HOME/go

mkdir -p go/{bin,pkg,src}
programming/golang.txt · Last modified: 2023/01/11 20:29 by 127.0.0.1

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki