goc

command
v0.0.0-...-ad0196c Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2021 License: Apache-2.0 Imports: 11 Imported by: 0

README

goc

goc is a go command-line tool wrapper that injects code-coverage instrumentation into generated code. It instruments the compiled code using the standard Go toolchain command, and adds boilerplate code that allows collection of the coverage data through Ctrlz.

goc mimics go and is meant to be a transparent utility. For all commands, except build, it will silently call go internally, as-is, passing all the command-line parameters and environment variables. For build command, it will copy and create and instrumented version of the code, before using the supplied command-line parametes and environment variables to invoke go build on the instrumented code.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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