mirror of
https://gitee.com/270580156/weiyu.git
synced 2026-05-15 11:47:54 +00:00
7 lines
76 B
Modula-2
7 lines
76 B
Modula-2
|
|
module gowsclient
|
||
|
|
|
||
|
|
go 1.18
|
||
|
|
|
||
|
|
require (
|
||
|
|
github.com/gorilla/websocket v1.5.3
|
||
|
|
)
|