mirror of
https://github.com/henrygd/beszel.git
synced 2025-10-30 01:57:04 +00:00
10 lines
142 B
Go
10 lines
142 B
Go
//go:build !windows
|
|
|
|
package agent
|
|
|
|
import (
|
|
"github.com/shirou/gopsutil/v4/sensors"
|
|
)
|
|
|
|
var getSensorTemps = sensors.TemperaturesWithContext
|