Skip to content

Commit

Permalink
Merge pull request #643 from bamchoh/patch-1
Browse files Browse the repository at this point in the history
Revise error message
  • Loading branch information
magiconair authored Mar 22, 2023
2 parents 2bf3618 + db4ea69 commit b41bfaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/write/write.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func main() {

resp, err := c.WriteWithContext(ctx, req)
if err != nil {
log.Fatalf("Read failed: %s", err)
log.Fatalf("Write failed: %s", err)
}
log.Printf("%v", resp.Results[0])
}

0 comments on commit b41bfaa

Please sign in to comment.