This commit is contained in:
shoopea 2019-06-28 14:13:25 +08:00
parent c45598cc34
commit 57fcd3fe73

1
mq.go
View File

@ -2,6 +2,7 @@ package main
import (
"errors"
"log"
"github.com/streadway/amqp"
)