Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3/process: remove unused .cgo file #1186

Merged
merged 1 commit into from
Nov 28, 2021
Merged

Commits on Nov 23, 2021

  1. v3/process: remove unused .cgo file

    The process_darwin_amd64.go.cgo file was probably added by mistake. The
    go tool does not recognize the .cgo extension, so it's already excluded
    from the build. The real type and const definitions are in
    process_darwin_amd64.go already.
    tklauser committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    0cc39fe View commit details
    Browse the repository at this point in the history