Skip to content

lathspell/go_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages