Ok I figured it out. Apparently I wasn't reading the document right. I watched the screencast at http://www.youtube.com/watch?v=XCsL89YtqCs and changed the above
Code:
go install hello.go
to
Code:
go install
and it worked. I guess...
5/19/13 at 7:57am