Files
jx-callback/business/jxstore/cms/temp.go
2021-07-01 14:51:27 +08:00

10 lines
65 B
Go

package cms
var (
textChan chan string
)
func TestTemp() {
}