GildedRose-Refactoring-Kata/go/readme.md
2015-12-01 21:36:55 -08:00

20 lines
149 B
Markdown

# Go Starter
- Run:
```shell
go run gilded_rose.go
```
- Run tests:
```shell
go test
```
- Run tests and coverage:
```shell
go test -cover
```