Explore >> Select a destination


You are here

golangdocs.com
| | golangbot.com
9.5 parsecs away

Travel
| | A function that can accept a variable number of arguments is called a variadic function. Learn how to create variadic functions in Go with examples.
| | blog.bencope.land
17.8 parsecs away

Travel
| | A composed function can be thought of as being more generalized than a pipeline, as a pipeline needs a value to start with while a composed function receives an argrument directly. let clickHandler (value: string) = value |> parse |> sanitize |> serialize |> sendPayload The function above takes an argument, then passes that argument
| | www.krayorn.com
19.2 parsecs away

Travel
| | Article from Krayorn's blog. it's description is 'My implementation for the codingame puzzle: There is no spoon - Episode 1 in golang''. It was published on Sun Apr 13.
| | thume.ca
93.7 parsecs away

Travel
|