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 Sysctl function in syscall_bsd.go strips a null byte at the end and returns a string. I would like to have a SysctlBytes function that returns the raw byte array.