chore: reformat, normalize imports

This commit is contained in:
2025-08-01 20:44:38 -05:00
parent 9b8ef545a6
commit 8fe6bc0cff
31 changed files with 94 additions and 145 deletions

View File

@@ -2,7 +2,7 @@ package services
import (
"github.com/Xevion/go-ha/internal"
ws "github.com/Xevion/go-ha/internal/connect"
"github.com/Xevion/go-ha/internal/connect"
)
func BuildService[
@@ -29,7 +29,7 @@ func BuildService[
Timer |
Vacuum |
ZWaveJS,
](conn *ws.HAConnection) *T {
](conn *connect.HAConnection) *T {
return &T{conn: conn}
}