We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3fcc22f + 787b2fd commit 99df400Copy full SHA for 99df400
go/send.go
@@ -41,6 +41,6 @@ func main() {
41
ContentType: "text/plain",
42
Body: []byte(body),
43
})
44
- log.Printf(" [x] Sent %s", body)
45
failOnError(err, "Failed to publish a message")
+ log.Printf(" [x] Sent %s", body)
46
}
0 commit comments