We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecda2fa commit 06fb15dCopy full SHA for 06fb15d
clients/cloud/go/consumer.go
@@ -24,7 +24,7 @@ package main
24
*/
25
26
import (
27
- "./ccloud"
+ "github.com/confluentinc/examples/clients/cloud/go/ccloud"
28
"encoding/json"
29
"fmt"
30
"gopkg.in/confluentinc/confluent-kafka-go.v1/kafka"
0 commit comments