Skip to content

Instantly share code, notes, and snippets.

@huytd
Created July 4, 2015 18:25
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 huytd/3e9b02915da3e651ce2e to your computer and use it in GitHub Desktop.
Save huytd/3e9b02915da3e651ce2e to your computer and use it in GitHub Desktop.
Tyrion Lannister in Go. Main file.
package main
func main() {
var tyrion = Lannister{}
tyrion.Roar()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment