Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_events (0.81 sec)

  1. src/cmd/test2json/main.go

    // runs multiple packages, again use "go test -json".
    //
    // # Output Format
    //
    // The JSON stream is a newline-separated sequence of TestEvent objects
    // corresponding to the Go struct:
    //
    //	type TestEvent struct {
    //		Time    time.Time // encodes as an RFC3339-format string
    //		Action  string
    //		Package string
    //		Test    string
    //		Elapsed float64 // seconds
    //		Output  string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 14 19:41:17 UTC 2024
    - 5.1K bytes
    - Viewed (0)
Back to top