package
0.0.0-20240204172604-5811b385791d
Repository: https://github.com/framps/golang_tutorial.git
Documentation: pkg.go.dev
# Functions
Fibonacci - f(n) = f(n-1) + f(n-2)) returns two values and the second is an indication for any errors.
# Constants
No description provided by the author