tobyhede / go-underscore

Helpfully Functional Go - A useful collection of Go utilities. Designed for programmer happiness.
Other
1.3k stars 61 forks source link

go get and import commands #10

Open honkskillet opened 9 years ago

honkskillet commented 9 years ago

Can you add the proper

go get "github.com..."

and

import "github.com..."

lines to the readme for go noobs like me.