Categorygithub.com/tarsoqueiroz/aboutgo
module
0.0.0-20241203191923-87858b745089
Repository: https://github.com/tarsoqueiroz/aboutgo.git
Documentation: pkg.go.dev

# README

aboutGo

My self study about Go language

Install

https://go.dev/doc/install

wget https://go.dev/dl/go1.17.5.linux-amd64.tar.gz

sudo tar -C /usr/local -xzf go1.17.5.linux-amd64.tar.gz

ll /usr/local/
ll /usr/local/go

cd
pico .bashrc 
# Insert:
#         export PATH=$PATH:/usr/local/go/bin
source .bashrc 
go version
clear

# Packages

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