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