Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 545d165

Browse files
committedAug 26, 2021
Add optional
1 parent 18dfa27 commit 545d165

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module github.com/arduino/iot-cloud-cli
33
go 1.15
44

55
require (
6+
github.com/antihax/optional v1.0.0 // indirect
67
github.com/arduino/arduino-cli v0.0.0-20210607095659-16f41352eac3
78
github.com/arduino/go-paths-helper v1.6.0
89
github.com/arduino/iot-client-go v1.3.4-0.20210824101852-4a44149473c1

‎internal/iot/client.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import (
55
"encoding/json"
66
"fmt"
77

8+
"github.com/antihax/optional"
89
iotclient "github.com/arduino/iot-client-go"
910
)
1011

0 commit comments

Comments
 (0)
Please sign in to comment.