Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 230 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 230 Bytes

GDECK

Terminal execution

go run main.go deck.go

Setup project as module

go mod init github.com/lriverawong/gdeck
go mod tidy

Run application

make
# OR
make run

Run tests

make test