This is the API for running a certain comic themed card game
go 1.22.2
go build will create a binary for marvelServer that can be run like any other binary. There are currently no commands to be run.
To run tests, from project directory run go test -v ./...
All tests must pass before a pull request will be merged
All code must conform to gofmt and golint
Commit message must have a detailed explanation of what the commit contains Rebase master into personal branches to avoid merge commits
Overviews of the project architecture can be found here
90% test coverage is required or justification on why that is not attainable