Skip to content

pwittchen/learning-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

learning go

repository created in order to learn basics of go programming language

installation

sudo pacman -S go

env variables:

export GOPATH=$HOME/go
export GOBIN=$HOME/go/bin

compiling and running programs

go install hello.go
$GOBIN/hello

references

About

learning basics of go language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages