Exemplo n.º 1
0
func IsWeChat(ua *user_agent.UserAgent) bool {
	return ua.Mobile() && ua.Wecaht()
}