6 lines
256 B
Go
6 lines
256 B
Go
|
// Package reporting contains internal functionality related
|
||
|
// to console reporting and output. Although this package has
|
||
|
// exported names is not intended for public consumption. See the
|
||
|
// examples package for how to use this project.
|
||
|
package reporting
|