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 go runtime gets statically linked anyway, so this only depends on libc, libsensors, etc
# ie it has reasonable deps, but doesn't need go to be installed on the user's system
# Static linking when using cgo is really hard, not least you need STATIC versions of the c libraries (like libsensors), which themselves have libc baked in