This commit is contained in:
shoopea 2019-05-03 15:19:29 +08:00
parent a7582e24ba
commit 528e95fde9
2 changed files with 1 additions and 1 deletions

1
mq.go
View File

@ -1,6 +1,7 @@
package main
import (
"encoding/json"
"log"
"github.com/streadway/amqp"

1
sql.go
View File

@ -1,7 +1,6 @@
package main
import (
"encoding/json"
"log"
)