Skip to content

Instantly share code, notes, and snippets.

@cmelbye
Created December 15, 2015 22:13
Show Gist options
  • Save cmelbye/483c1937b9498f893eed to your computer and use it in GitHub Desktop.
Save cmelbye/483c1937b9498f893eed to your computer and use it in GitHub Desktop.
package main
type Request struct {
}
type Pool chan Request
func main() {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment