We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ea0d3 commit 855e331Copy full SHA for 855e331
service/service_list.go
@@ -20,9 +20,10 @@ import (
20
"context"
21
"slices"
22
23
+ "go.bug.st/f"
24
+
25
"github.com/arduino/arduino-flasher-cli/internal/updater"
26
flasher "github.com/arduino/arduino-flasher-cli/rpc/cc/arduino/flasher/v1"
- "go.bug.st/f"
27
)
28
29
func (s *flasherServerImpl) List(ctx context.Context, req *flasher.ListRequest) (*flasher.ListResponse, error) {
0 commit comments