公告板
版本库
filestore
活动
搜索
登录
python
/
FunASR-XL
FUNASR训练
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
更新go client 的原生实现 (#2532)
Logan
2025-05-26
ab2148ec182db2b5d18d38f2dd690922d2cf56b8
[python/FunASR-XL.git]
/
runtime
/
golang
/
websocket
/
go.mod
1
2
3
4
5
6
7
module gowsclient
go 1.18
require (
github.com/gorilla/websocket v1.5.3
)