Skip to content

Instantly share code, notes, and snippets.

@krancour
Created March 11, 2019 15:04
Show Gist options
  • Save krancour/b5eb0a4dd4c7bd6c30ef12217863954d to your computer and use it in GitHub Desktop.
Save krancour/b5eb0a4dd4c7bd6c30ef12217863954d to your computer and use it in GitHub Desktop.
type EnglishGreeter struct{}
func (e *EnglishGreeter) SayGreeting() {
fmt.Println("Hello!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment