package main import "time" type TestEvent struct { Time time.Time Action string Package string Test string Elapsed float64 Output string }