Skip to content

Instantly share code, notes, and snippets.

@hank
Created July 23, 2010 16:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hank/487680 to your computer and use it in GitHub Desktop.
Save hank/487680 to your computer and use it in GitHub Desktop.
package main
import "fmt"
func main()
{
fmt.Printf("hello, world\n")
}
// Error:
// $ 8g hello.go
// hello.go:6: syntax error: unexpected semicolon or newline before {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment