Han Zhang
2025-03-18 3c349ac0531b07239f37b81254f8568ab80e3f6a
1
2
3
4
5
6
7
module gowsclient
 
go 1.18
 
require (
    github.com/gorilla/websocket v1.5.3
)