clean up
This commit is contained in:
parent
6b99213ec4
commit
d7039b64bb
14 changed files with 466 additions and 465 deletions
|
@ -3,12 +3,6 @@ package main
|
|||
import (
|
||||
"encoding/json"
|
||||
"log"
|
||||
"sync"
|
||||
)
|
||||
|
||||
var (
|
||||
forumResults = make(map[string][]ForumSearchResult)
|
||||
forumResultsMutex sync.Mutex
|
||||
)
|
||||
|
||||
func handleSearchTextMessage(msg Message) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue