/go-hello

Hello world for "go install"/golang

Primary LanguageGoCreative Commons Zero v1.0 UniversalCC0-1.0

go-hello

Hello world for "go install"/golang

The goal of this project is to allow a correctly set up go installation to do:

> go get github.com/e12e/go-hello #Fetches code with git,
  # builds and installs binary in $GOPATH/bin
> go-hello # $GOPATH/bin should be in path
Hello, world.