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

feature request: call darwin system libraries from go #32072

Closed
pjebs opened this issue May 16, 2019 · 2 comments
Closed

feature request: call darwin system libraries from go #32072

pjebs opened this issue May 16, 2019 · 2 comments
Labels
FrozenDueToAge WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Milestone

Comments

@pjebs
Copy link
Contributor

pjebs commented May 16, 2019

I'm trying to call darwin libraries directly without using cgo.

The https://godoc.org/golang.org/x/sys package seems to support windows but not mac.

Will mac be supported in the future?

@ianlancetaylor
Copy link
Contributor

You can find macOS support in golang.org/x/sys/unix.

If that isn't what you are looking for, what is missing?

@FiloSottile FiloSottile added Question WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. labels May 16, 2019
@FiloSottile FiloSottile added this to the Unreleased milestone May 16, 2019
@pjebs pjebs closed this as completed May 16, 2019
@pjebs
Copy link
Contributor Author

pjebs commented May 16, 2019

forgot that darwin was based on unix

@golang golang locked and limited conversation to collaborators May 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Projects
None yet
Development

No branches or pull requests

4 participants