Skip to content

volodymyrprokopyuk/go-ads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms and data structures in Go

Concurrency primitives and design patterns

Testing

  • Run the whole test suite storing the test coverage to a file
go test -v -cover -coverprofile=coverage.cov ./... -run .
  • Show the HTML test coverage report in a browser
go tool cover -html=coverage.cov

About

Algorithms and data structures in Go

Topics

Resources

License

Stars

Watchers

Forks

Languages