This repository has the intention of studying Go Programming Language and Clean Architecture
Implementation of florinpop - App Ideas - Battleship Game Engine
Take a look at:
- Projects Tab to view the planned backlog
- Architecture and control flow
- About current third party packages in use
Run server
go run ./cmd/server/main.go
go test ./... -v
go test ./... -coverprofile cover.out
go tool cover -html=cover.out -o cover.html
go generate ./...