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
import (
"bytes"
"encoding/json"
"fmt"
"log"
"net/http"
"regexp"
"strconv"
"time"

1
job.go
View File

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