Categorygithub.com/wzblog/WeChatFerry-go
repository
0.0.0-20240820103111-46c08596f8a0
Repository: https://github.com/wzblog/wechatferry-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

WeChatFerry-go

WeChatFerry golang client

Usage

package main

import (
	"github.com/danbai225/WeChatFerry-go/wcf"
)

func main() {
	c, err := wcf.NewWCF("")
	if err != nil {
		panic(err)
	}
	println(c.IsLogin())
}