Skip to content

Commit 17e7af2

Browse files
committed
Fix import in example grpc client
1 parent 99397e2 commit 17e7af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: client/client.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
"io"
2727
"log"
2828

29-
pb "arduino.cc/builder/grpc/proto"
29+
pb "github.com/arduino/arduino-builder/grpc/proto"
3030
"golang.org/x/net/context"
3131
"google.golang.org/grpc"
3232
)

0 commit comments

Comments
 (0)