FunASR/runtime/golang/websocket/go.mod
rebear077 167cea2074
Go_ws_client客户端V1 (#2011)
提供了一个Golang语言版本的FunASR Client,与run_server.sh对接
2024-08-14 16:08:08 +08:00

7 lines
76 B
Modula-2

module gowsclient
go 1.18
require (
github.com/gorilla/websocket v1.5.3
)