Command pattern refactoring. #16
Annotations
10 errors
cmd/main.go#L32
ICommand redeclared in this block
|
cmd/commands.go#L29
other declaration of ICommand
|
cmd/main.go#L36
GoveeCommand redeclared in this block
|
cmd/commands.go#L38
other declaration of GoveeCommand
|
cmd/main.go#L47
OnCommand redeclared in this block
|
cmd/command_turn_on.go#L19
other declaration of OnCommand
|
cmd/main.go#L51
newCmdOn redeclared in this block
|
cmd/command_turn_on.go#L27
other declaration of newCmdOn
|
cmd/main.go#L74
OffCommand redeclared in this block
|
cmd/command_turn_off.go#L19
other declaration of OffCommand
|
This job failed
Loading