Skip to content

Commit 06fb15d

Browse files
authored
Updated import of ccloud from relative path
GO would not support relative import of 'ccloud.go' . Changed that to absolute path of the package.
1 parent ecda2fa commit 06fb15d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/cloud/go/consumer.go

+1-1
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
"encoding/json"
2929
"fmt"
3030
"gopkg.in/confluentinc/confluent-kafka-go.v1/kafka"

0 commit comments

Comments
 (0)