You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The syscall package in the standard library is only for routines needed by the standard library itself. Other "completeness" additions belong in golang.org/x/sys instead.
What version of Go are you using (
go version
)?latest master
Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?windows XP, 7, 10.
Intel i3, i7
What did you do?
What did you expect to see?
What did you see instead?
hello,
i spoke to @alexbrainman about this and he explained to me that the
syscall
package is locked for contributions and if i want to contribute missing features for a platform these would not be accepted - e.g. take a look at these calls for Windows:https://github.com/golang/go/blob/master/src/syscall/syscall_windows.go#L987
would the
syscall
package enter a unlocked state at some point and what is thegolang
project mechanic for dealing with such missing features?the idea behind my question is that i could eventually contribute some of the missing Windows features.
previous contributions:
https://github.com/golang/go/commits?author=neolit123
thanks
lubomir (vmware)
The text was updated successfully, but these errors were encountered: