total-coder-w19

command module
v0.0.0-...-57a40f6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 21, 2024 License: MIT Imports: 1 Imported by: 0

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
bid
internal
services

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL