GitHub - N0FreeLunch/go-basic

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

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

가장 빨리 만나는 고 언어

About

No description, website, or topics provided.

Resources

Readme

Activity

Stars

0 stars

Watchers

1 watching

Forks

0 forks

Releases

No releases published

Languages