This commit is contained in:
shoopea 2020-01-26 14:48:22 +08:00
parent 82842714e7
commit 6a19a629f4
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,13 @@
package main
import (
"errors"
"fmt"
"regexp"
"strconv"
"sync"
)
var (
muxObjItem sync.RWMutex
objItems []ChatWarsItem

2
obj.go
View File

@ -5,9 +5,7 @@ import (
"compress/zlib"
"encoding/json"
"errors"
"fmt"
"log"
"regexp"
"strconv"
"sync"
"time"