This commit is contained in:
shoopea 2019-06-11 23:40:24 +08:00
parent 2a53fa5d22
commit a91b1bba16
2 changed files with 1 additions and 2 deletions

2
bot.go
View File

@ -1,11 +1,9 @@
package main package main
import ( import (
"bytes"
"encoding/json" "encoding/json"
"fmt" "fmt"
"log" "log"
"net/http"
"regexp" "regexp"
"strconv" "strconv"
"time" "time"

1
job.go
View File

@ -6,6 +6,7 @@ import (
"encoding/json" "encoding/json"
"fmt" "fmt"
"io/ioutil" "io/ioutil"
"net/http"
"strconv" "strconv"
"strings" "strings"
"time" "time"