Skip to content

Commit 2dcd7de

Browse files
authored
Update the import of ccloud to absolute path
Relative path import is not possible hence changed to absolute path of ccloud.go
1 parent 06fb15d commit 2dcd7de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/cloud/go/producer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ package main
2424
*/
2525

2626
import (
27-
"./ccloud"
27+
"github.com/confluentinc/examples/clients/cloud/go/ccloud"
2828
"context"
2929
"encoding/json"
3030
"fmt"

0 commit comments

Comments
 (0)