type Event struct {
// PkgPath of the package that triggered the event. PkgPath string// Args will be appended to the command line args for 'go test'. Args []string// Debug runs the tests with delve. Debug bool// contains filtered or unexported fields
}