package utils import ( "WechatGateWay/global" "fmt" "testing" ) func TestRandMap(tt *testing.T) { fmt.Println(RandMapKey(global.EmojMap)) }