Skip to content

Instantly share code, notes, and snippets.

@joshuarubin
Last active July 17, 2016 22:23
Show Gist options
  • Save joshuarubin/0943e553d22f3b70a5285ddf3c6ec82a to your computer and use it in GitHub Desktop.
Save joshuarubin/0943e553d22f3b70a5285ddf3c6ec82a to your computer and use it in GitHub Desktop.
hodor3
func process(text string) string {
return strings.Replace(text, "hodor", "hold the door", -1)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment