Add Golang To Path

[Solved] Add Golang To Path | Go - Code Explorer | yomemimo.com
Question : add golang to path

Answered by : sparkling-swiftlet-0jxa6curuc3t

export GOROOT=/usr/lib/go
export GOPATH=$HOME/go
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin

Source : | Last Update : Sat, 02 Apr 22

Answers related to add golang to path

Code Explorer Popular Question For Go