diff --git a/src/widgets/temp_darwin.go b/src/widgets/temp_darwin.go index cc14b212..0a660872 100644 --- a/src/widgets/temp_darwin.go +++ b/src/widgets/temp_darwin.go @@ -4,11 +4,8 @@ package widgets // #cgo LDFLAGS: -framework IOKit // #include "include/smc.c" -import ( - "C" - - "github.com/cjbassi/gotop/src/utils" -) +import "C" +import "github.com/cjbassi/gotop/src/utils" type TemperatureStat struct { SensorKey string `json:"sensorKey"`