Hacker News new | ask | show | jobs
by lmuench 2453 days ago
I recall reading that one of the reasons was the fact that "go" sounded good

1. when used as a keyword to start a "goroutine"

  go f()
2. when used from the command line for compilation etc.

  go build ...
  go get ...