社区微信群开通啦,扫一扫抢先加入社区官方微信群
社区微信群
A.这里我采用了开源的API,https://github.com/denghongcai/pullword,简单的实现了功能
B.代码:
package
pullword
import
(
"bufio"
"fmt"
"net"
"strings"
)
type request struct {
source string
param1 float32
param2 uint
}
func NewRequest(source string, threshold float32, debug bool) request {
关注公众号 —— 加入社区微信群 —— →「Go语言教程」领取
如果觉得我的文章对您有用,请随意打赏。你的支持将鼓励我继续创作!