GildedRose-Refactoring-Kata/go/README.md

225 B

GO Starter

  • Run :
go run texttest_feature.go gilded-rose.go
  • Run tests :
go test
  • Run tests and coverage :
go test -coverprofile=coverage.out

go tool cover -html=coverage.out