Skip to content

Latest commit

 

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning GO

Setup

All source code, my own as well as everything downloaded, resides in one directory:

export GOPATH=$HOME/go

Below that is src/, modules/ and bin/ which is suggested to be added to the PATH variable.

Tools that are recommended are installed using go itself:

go get golang.org/x/tools/cmd/godoc
go get golang.org/x/tools/cmd/vet
go get github.com/golang/lint/golint

Tools

Libraries

About

Examples for the GO programming language.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages