1 Star 1 Fork 1

up-zero/gotool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
temperature.go 155 Bytes
一键复制 编辑 原始数据 按行查看 历史
GetcharZp 提交于 2024-09-11 18:32 +08:00 . feat linux 获取CPU温度
package gotool
type TemperatureStat struct {
SensorType string `json:"sensorType"` // 传感器
Temperature float64 `json:"temperature"` // 温度
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/up-zero/gotool.git
git@gitee.com:up-zero/gotool.git
up-zero
gotool
gotool
main

搜索帮助