Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 286 Bytes

File metadata and controls

22 lines (17 loc) · 286 Bytes

Clone project

git clone https://github.com/weebatt/CompetitionLogger.git 

Technical task

Main technical task

Run app

go run cmd/main.go

Run test

cd CompetitionLogger/
go test ./... -cover