6 lines
69 B
Go
6 lines
69 B
Go
|
package service
|
||
|
|
||
|
import "kefu/tools"
|
||
|
|
||
|
var memory = tools.NewMemory()
|