Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddlet2666 committed May 20, 2024
1 parent b03e91b commit 449e712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/queues/consumer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ func main() {
received++

fmt.Printf("Order=%d (%s) created on %v, processing time=%v orders received=%d\n",
order.OrderNumber, order.Customer, order.CreateTime, processingTime, received)
order.OrderNumber, order.Customer, time.UnixMilli(order.CreateTime), processingTime, received)
}
}

0 comments on commit 449e712

Please sign in to comment.