WIP: Fix/linear pwm adjustment #749
go.yml
on: pull_request
Generate cross-platform builds
12s
Annotations
10 errors
Generate cross-platform builds:
cmd/fan/curve.go#L8
could not import github.com/markusressel/fan2go/internal/fans (-: # github.com/markusressel/fan2go/internal/fans
|
Generate cross-platform builds:
internal/fans/common.go#L95
cannot use &FileFan{…} (value of type *FileFan) as Fan value in return statement: *FileFan does not implement Fan (missing method GetControlAlgorithm)
|
Generate cross-platform builds:
internal/fans/common.go#L101
cannot use &CmdFan{…} (value of type *CmdFan) as Fan value in return statement: *CmdFan does not implement Fan (missing method GetControlAlgorithm)) (typecheck)
|
Generate cross-platform builds:
internal/api/fans.go#L6
could not import github.com/markusressel/fan2go/internal/fans (-: # github.com/markusressel/fan2go/internal/fans
|
Generate cross-platform builds:
internal/fans/common.go#L95
cannot use &FileFan{…} (value of type *FileFan) as Fan value in return statement: *FileFan does not implement Fan (missing method GetControlAlgorithm)
|
Generate cross-platform builds:
internal/fans/common.go#L101
cannot use &CmdFan{…} (value of type *CmdFan) as Fan value in return statement: *CmdFan does not implement Fan (missing method GetControlAlgorithm)) (typecheck)
|
Generate cross-platform builds:
internal/statistics/fan.go#L4
could not import github.com/markusressel/fan2go/internal/fans (-: # github.com/markusressel/fan2go/internal/fans
|
Generate cross-platform builds:
internal/fans/common.go#L95
cannot use &FileFan{…} (value of type *FileFan) as Fan value in return statement: *FileFan does not implement Fan (missing method GetControlAlgorithm)
|
Generate cross-platform builds:
internal/fans/common.go#L101
cannot use &CmdFan{…} (value of type *CmdFan) as Fan value in return statement: *CmdFan does not implement Fan (missing method GetControlAlgorithm)) (typecheck)
|
Generate cross-platform builds:
internal/controller/controller.go#L554
previous case (typecheck)
|