Explorar o código

fixed AMPQ -> AMQP typo

Torkel Ödegaard %!s(int64=10) %!d(string=hai) anos
pai
achega
b5418c40ba
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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