There was an error while loading. Please reload this page.
1 parent 8c07f54 commit 0c605f7Copy full SHA for 0c605f7
go/send.go
@@ -42,7 +42,7 @@ func main() {
42
amqp.Publishing{
43
ContentType: "text/plain",
44
Body: []byte(body),
45
-})
+},)
46
log.Printf(" [x] Sent %s", body)
47
failOnError(err, "Failed to publish a message")
48
}
0 commit comments