Skip to content

Instantly share code, notes, and snippets.

@zachlatta
Last active December 26, 2015 09:19
Show Gist options
  • Save zachlatta/7128899 to your computer and use it in GitHub Desktop.
Save zachlatta/7128899 to your computer and use it in GitHub Desktop.
i := 10
if i > 10 {
fmt.Println("Big")
} else {
fmt.Println("Small")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment