Selaa lähdekoodia

fixed AMPQ -> AMQP typo

Torkel Ödegaard 10 vuotta sitten
vanhempi
commit
b5418c40ba
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      pkg/events/events.go

+ 1 - 1
pkg/events/events.go

@@ -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