A Go app for Bank back-end demo from Anthony YouTube channel.
This app utilizes a Makefile to build, run, and test.
# Build the app $ make build # Run the app $ make run # Test the app $ make test