An open API service indexing awesome lists of open source software.

https://github.com/imcvampire/poker-hand-compare


https://github.com/imcvampire/poker-hand-compare

hacktoberfest

Last synced: over 1 year ago
JSON representation

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 .
```