https://github.com/imcvampire/poker-hand-compare
https://github.com/imcvampire/poker-hand-compare
hacktoberfest
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/imcvampire/poker-hand-compare
- Owner: imcvampire
- Created: 2021-09-03T13:58:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-03T16:45:54.000Z (almost 5 years ago)
- Last Synced: 2025-01-31T12:23:45.118Z (over 1 year ago)
- Topics: hacktoberfest
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# poker hand compare
## Requirement
- golang@1.16
## Install dependencies
```bash
go mod download
```
## Run the program directly
```bash
go run main.go
```
## Run the program using docker
```bash
docker build -t .
docker run
```
## Run unit test
```bash
go test .
```