module
0.0.0-20240812155707-67c62661adf5
Repository: https://github.com/augustoscher/go-examples.git
Documentation: pkg.go.dev
# README
go-examples
Coding in GO! Snippets, Examples, Courses, Hacking :)
Installing
-
Download Go from golang.org to usr/local folder
-
Unzip Go file
tar -C /usr/local -xzf name.tar.gz
- Export /usr/local/go/bin` to path
vim ~/.profile
export PATH=$PATH:/usr/local/go/bin
- Refresh Path
source ~/.profile
- Testing
go version
go env | grep GOPATH