All the code for the example of dynamic programming and memoization for a fibonacci series from https://blog.john-pfeiffer.com/dynamic-programming-and-memoization-and-the-compute-versus-storage-tradeoff
go run main.go
go test -v
go test -v -run=NOMATCH -bench=.