Skip to content

Instantly share code, notes, and snippets.

@krancour
Created March 11, 2019 15:04
Show Gist options
  • Save krancour/39a712b1e8466d36b5e72d33cbafc696 to your computer and use it in GitHub Desktop.
Save krancour/39a712b1e8466d36b5e72d33cbafc696 to your computer and use it in GitHub Desktop.
func EnglishGreeting(name string) error {
fmt.Printf("Hello, %s!\n", name)
return nil
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment