README ¶ total-coder-w19 Given a coverage profile produced by 'go test': go test -coverprofile=c.out Open a web browser displaying annotated source code go tool cover -html=c.out Write out an HTML file instead of launching a web browser: $ go tool cover -html=c.out -o coverage.html Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Directories ¶ Show internal Expand all Path Synopsis cmd bid config internal logger services auction auction/api bidding/api Click to show internal directories. Click to hide internal directories.