Skip to content

Instantly share code, notes, and snippets.

@anuvrat
Created November 21, 2016 06:47
Show Gist options
  • Save anuvrat/627694f8ab62f296098e6e9e7fe1e339 to your computer and use it in GitHub Desktop.
Save anuvrat/627694f8ab62f296098e6e9e7fe1e339 to your computer and use it in GitHub Desktop.
anuvrat@ ~/Documents/goWorkspace $ go run hw.go
hello, world
anuvrat@ ~/Documents/goWorkspace $ go install hw.go
go install: no install location for .go files listed on command line (GOBIN not set)
✘ anuvrat@ ~/Documents/goWorkspace $ export GOBIN=/Users/anuvrat/Documents/goWorkspace/bin
anuvrat@ ~/Documents/goWorkspace $ bin/hw
hello, world
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment