Solution 3: Code Testing and Profiling
Let’s solve the challenge set in the previous lesson.
We'll cover the following
Solution
Here are the test functions for a package that calculates numbers in the Fibonacci sequence. The fibonacci.go
file contains the recursive function to calculate the fibonacci_test.go
file contains the test cases.
Get hands-on with 1400+ tech skills courses.