aboutgo

module
v0.0.0-...-b49a733 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 21, 2024 License: MIT

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

Directories

Path Synopsis
Classes
Projects
ShortTests

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL