Skip to content

Commit

Permalink
Revise error message
Browse files Browse the repository at this point in the history
  • Loading branch information
bamchoh authored Mar 8, 2023
1 parent 2c767e1 commit db4ea69
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 db4ea69

Please sign in to comment.