Categorygithub.com/augustoscher/go-examples
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

  1. Download Go from golang.org to usr/local folder

  2. Unzip Go file

tar -C /usr/local -xzf name.tar.gz
  1. Export /usr/local/go/bin` to path
vim ~/.profile
export PATH=$PATH:/usr/local/go/bin
  1. Refresh Path
source ~/.profile
  1. Testing
go version
go env | grep GOPATH

# Packages

No description provided by the author
No description provided by the author