Small excercise to showcase TDD on a simple interest calculation problem.
No need to build the project, you only need to have Golang installed.
The mod file in this project targets Go 1.20.
You may need to run go mod tidy to get the github.com/stretchr/testify dependency.
To run the tests do go test from the root of the project.