GildedRose-Refactoring-Kata/go
Miguel Ignacio Cabrera San Gil f6fe61daac feat: update go boilerplate
2022-04-26 16:27:42 +01:00
..
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