Skip to content

Command pattern refactoring. #16

Command pattern refactoring.

Command pattern refactoring. #16

Triggered via push July 10, 2024 18:24
Status Failure
Total duration 21s
Artifacts

go.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: cmd/main.go#L32
ICommand redeclared in this block
build: cmd/commands.go#L29
other declaration of ICommand
build: cmd/main.go#L36
GoveeCommand redeclared in this block
build: cmd/commands.go#L38
other declaration of GoveeCommand
build: cmd/main.go#L47
OnCommand redeclared in this block
build: cmd/command_turn_on.go#L19
other declaration of OnCommand
build: cmd/main.go#L51
newCmdOn redeclared in this block
build: cmd/command_turn_on.go#L27
other declaration of newCmdOn
build: cmd/main.go#L74
OffCommand redeclared in this block
build: cmd/command_turn_off.go#L19
other declaration of OffCommand