app

package
v0.1.27 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2025 License: MIT Imports: 18 Imported by: 0

Documentation

Overview

Package app provides teststat utility.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Main

func Main()

Main is an app entry point.

Types

type Line

type Line struct {
	Time    time.Time `json:"Time,omitempty"`
	Action  string    `json:"Action,omitempty"`
	Package string    `json:"Package,omitempty"`
	Test    string    `json:"Test,omitempty"`
	Output  string    `json:"Output,omitempty"`
	Elapsed *float64  `json:"Elapsed,omitempty"`

	// Added in go1.24
	ImportPath  string `json:"ImportPath,omitempty"`
	FailedBuild string `json:"FailedBuild,omitempty"`
}

Line structure describes single event of `go test -json` report.

Jump to

Keyboard shortcuts

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