fixed AMPQ -> AMQP typo

This commit is contained in:
Torkel Ödegaard
2015-06-10 14:44:42 +02:00
parent 2266ef6809
commit b5418c40ba

View File

@@ -5,7 +5,7 @@ import (
"time"
)
// Events can be passed to external systems via for example AMPQ
// Events can be passed to external systems via for example AMQP
// Treat these events as basically DTOs so changes has to be backward compatible
type Priority string