Skip to content

Instantly share code, notes, and snippets.

@abhirockzz
Created March 20, 2019 05:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abhirockzz/bf4ec046b7ef53ed9cd657725bb86787 to your computer and use it in GitHub Desktop.
Save abhirockzz/bf4ec046b7ef53ed9cd657725bb86787 to your computer and use it in GitHub Desktop.
func main() {
fdk.Handle(fdk.HandlerFunc(funcy))
}
func funcy(ctx context.Context, in io.Reader, out io.Writer) {
....
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment