Skip to content

Instantly share code, notes, and snippets.

@made2591
Created February 9, 2020 15:11
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 made2591/0bf9a2e3ad0af2bd140287952826f95a to your computer and use it in GitHub Desktop.
Save made2591/0bf9a2e3ad0af2bd140287952826f95a to your computer and use it in GitHub Desktop.
...
x := 0
res := pipeline(unit(x), f1, f2, f3)
fmt.Printf("%s\n", res.ToString())
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment