directory
0.0.0-20240119052524-3363882ba0c5
Repository: https://github.com/postmannen/go-learning.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The idea here is to test out sending functions as values over a channel.
The idea here is to test out having a function returning another function to be executed next.
No description provided by the author
No description provided by the author
No description provided by the author
The purpose of this exercise is to test how to compose a function based on
what input you give to the function composer.
No description provided by the author
No description provided by the author
No description provided by the author
Testing out chaining functions on a struct by returning
a pointer to the structure from each method.
Same as test nr 19 for testing chaining functions on a struct,
but this one returns an interface from the methods instead of
a pointer to the structs, so we only make the methods available
and not the types of the structs while chaining.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Higher order functions.
No description provided by the author
No description provided by the author
No description provided by the author