GildedRose-Refactoring-Kata/go/README.md

19 lines
202 B
Markdown

# GO Starter
- Run :
```shell
go run texttest_fixture.go [<number-of-days>; default: 2]
```
- Run tests :
```shell
go test ./...
```
- Run tests and coverage :
```shell
./test-with-coverage.sh
```