Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

GO Starter

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

go tool cover -html=coverage.out