time import

This commit is contained in:
shoopea 2019-05-17 14:26:19 +08:00
parent 82014a9d32
commit 9736a2ebaf

1
mq.go
View File

@ -4,6 +4,7 @@ import (
"encoding/json" "encoding/json"
"log" "log"
"strconv" "strconv"
"time"
"github.com/streadway/amqp" "github.com/streadway/amqp"
) )