Skip to content

Instantly share code, notes, and snippets.

@weakpixel
Created March 31, 2022 17:49
Embed
What would you like to do?
type Runner interface {
Run() error
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment