lint: gopls fixes

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2025-09-09 22:07:37 +02:00
parent 3d113f6397
commit 0beb1b3f2b
11 changed files with 16 additions and 19 deletions
+1 -1
View File
@@ -268,7 +268,7 @@ func (b *Builder) MarshalJSON() ([]byte, error) {
return json.Marshal(struct {
Name string
Driver string
LastActivity time.Time `json:",omitempty"`
LastActivity time.Time
Dynamic bool
Nodes []Node
Err string `json:",omitempty"`