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
@songgao I think the answer is yes. Stability and even compatibility and every bug fix. It has been frozen since 1.4 that means no one line changes since that, but the system interface changes.
Go has deprecated package
syscall
since 1.4. I think we should use thegolang.org/x/sys
repository.See https://golang.org/pkg/syscall/#pkg-overview
The text was updated successfully, but these errors were encountered: