Skip to content

Instantly share code, notes, and snippets.

@fabulousduck
Created June 3, 2017 18:43
Show Gist options
  • Save fabulousduck/5e9e8deac8e3e4e30c38f301376e5eb7 to your computer and use it in GitHub Desktop.
Save fabulousduck/5e9e8deac8e3e4e30c38f301376e5eb7 to your computer and use it in GitHub Desktop.
type job struct {
fn func(...interface{}) interface{}
args []interface{}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment