mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-16 06:51:27 +00:00
19 lines
202 B
Markdown
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
|
|
``` |