Skip to content

A golang application to simulate a deck of cards.

Notifications You must be signed in to change notification settings

lriverawong/gdeck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published