lriverawong / gdeck

A golang application to simulate a deck of cards.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A golang application to simulate a deck of cards.


Languages

Language:Go 96.0%Language:Makefile 4.0%