repository
0.0.0-20241008143339-fd1b100e59cf
Repository: https://github.com/n0freelunch/go-basic.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
install go lang on ubuntu 20.04
dowonload and unzip go lang
sudo apt install golang-go
sudo apt install gccgo-go
open ~/.profile file
vi $HOME/.profile
write at ~/.profile file
export PATH=$PATH:/usr/local/go/bin
source ~/.profile
reference
가장 빨리 만나는 고 언어