1
0
mirror of https://github.com/shirou/gopsutil.git synced 2025-04-24 13:48:56 +08:00

Merge pull request #1668 from uubulb/master

fix: package misnaming in `sensors_freebsd.go`
This commit is contained in:
shirou 2024-06-25 18:57:28 +09:00 committed by GitHub
commit 865b8c3f58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
// SPDX-License-Identifier: BSD-3-Clause
//go:build freebsd
package freebsd
package sensors
import (
"context"