Skip to content

Instantly share code, notes, and snippets.

@huytd
Created July 4, 2015 18:24
Show Gist options
  • Select an option

  • Save huytd/84c7303141e1c661c45a to your computer and use it in GitHub Desktop.

Select an option

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