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

refactor(fcntl): use syscall instead of x/sys/unix #86

Closed
wants to merge 1 commit into from

Conversation

ldez
Copy link
Contributor

@ldez ldez commented Jul 2, 2024

syscall and x/sys/unix contains the same things but one inside Go, another inside x/sys/unix🤷

@mohammed90
Copy link

mohammed90 commented Jul 2, 2024

The syscall docs say

most new code should prefer that package where possible. See https://golang.org/s/go1.4-syscall for more information.

It's a soft deprecation statement of sorts

@ldez ldez removed the enhancement label Jul 2, 2024
@ldez ldez closed this Jul 2, 2024
@ldez ldez deleted the feat/fcntl-syscall branch July 2, 2024 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants