Categorygithub.com/mirhasalh/gobank
repositorypackage
0.0.0-20240526074027-3dce8581a587
Repository: https://github.com/mirhasalh/gobank.git
Documentation: pkg.go.dev

# README

gobank

A Go app for Bank back-end demo from Anthony YouTube channel.

Installation

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