GO Starter Run : cd src go run gilded-rose.go Run tests : cd src go test Run tests and coverage : cd src go test -coverprofile=coverage.out go tool cover -html=coverage.out