Skip to content

Instantly share code, notes, and snippets.

@huytd
Created July 4, 2015 18:24
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/84c7303141e1c661c45a to your computer and use it in GitHub Desktop.
Save huytd/84c7303141e1c661c45a to your computer and use it in GitHub Desktop.
Tyrion Lannister in external Go file. Main package.
package main
import "fmt"
type Lannister struct{}
func (l *Lannister) Roar() {
fmt.Println("Hear me roar!!!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment