Skip to content

Instantly share code, notes, and snippets.

@cored
Last active April 14, 2017 14:07
Show Gist options
  • Save cored/2ea663992a24fef73734ba102c49753c to your computer and use it in GitHub Desktop.
Save cored/2ea663992a24fef73734ba102c49753c to your computer and use it in GitHub Desktop.
type Rescuer interface {
WhenMessage(string, func()) func()
WhenPattern(Regexp, func()) func()
Exec(func()) func()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment