File: doc.go

package info (click to toggle)
golang-github-confluentinc-bincover 0.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 184 kB
  • sloc: makefile: 42; sh: 33
file content (5 lines) | stat: -rw-r--r-- 196 bytes parent folder | download
1
2
3
4
5
/*
Package bincover provides an easy way to measure code coverage of Golang binaries.
See examples/ to see how bincover is used to measure coverage of a simple Go application.
*/
package bincover