Skip to content

proposal: import/path: race detector could send data somewhere else #75598

@purpleidea

Description

@purpleidea

Proposal Details

The golang race detector is incredibly useful. I've started enabling it on all my production builds and it doesn't seem to impact performance too much.

The problem is, I'd like to centrally collect these traces when something is found. I'd like to write a stub to push the data to an http endpoint or write them to a file somewhere.

I can't seem to find any mechanism to do this.

Thoughts welcome, and I hope we could build something into the stdlib that can be used like this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ProposalToolProposalIssues describing a requested change to a Go tool or command-line program.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions