I noticed that golang.org/x/sys/unix don't have the sysctl function. Most compiler language like c have it by default.
So I think go should have sysctl
The text was updated successfully, but these errors were encountered:
I don't think it's not a system call
Can be read from /proc/sys directory
It's still required to doing some things in linux.
For example to see cpu temperature in linux reading a sysctl value "hw.acpi.thermal.tz0.temperature" is most common way as far as I know
I noticed that golang.org/x/sys/unix don't have the sysctl function. Most compiler language like c have it by default.
So I think go should have sysctl
The text was updated successfully, but these errors were encountered: