GildedRose-Refactoring-Kata/go
..
gildedrose
go.mod
README.md
texttest_fixture.go

GO Starter

  • Run :
go run texttest_fixture.go [<number-of-days>; default: 2]
  • Run tests :
go test ./...
  • Run tests and coverage :
go test ./... -coverprofile=coverage.out

go tool cover -html=coverage.out