Skip to content

Instantly share code, notes, and snippets.

@nesv
Created February 25, 2014 22:38
Show Gist options
  • Save nesv/9219467 to your computer and use it in GitHub Desktop.
Save nesv/9219467 to your computer and use it in GitHub Desktop.
package main
import "time"
type WorkRequest struct {
Name string
Delay time.Duration
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment