TrshPuppy / vagrant-home-lab

A repo where I mess around and learn vagrant so "virtual machines shall spring forth from my computer and populate the cloud" 1SRE 1:1
6 stars 0 forks source link

fix golang paths #28

Closed TrshPuppy closed 1 year ago

TrshPuppy commented 1 year ago

GOPATH=

GOROOT=/home//gocode/go

GOPATH=/home//gocode

TrshPuppy commented 1 year ago

PATH in .profile: `PATH=$PATH:$HOME/gocode/go/bin

TrshPuppy commented 1 year ago

Finished