mirror of
https://github.com/fankes/beszel.git
synced 2025-10-19 01:39:34 +08: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
|