Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 305 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 305 Bytes

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.