GildedRose-Refactoring-Kata/go
..
gilded-rose_test.go
gilded-rose.go
README.md
texttest_feature.go

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