Kun Lu
2024-10-15 db308e75357ae686f5103123f157a7f79887a103
1
2
3
4
5
6
7
module gowsclient
 
go 1.18
 
require (
    github.com/gorilla/websocket v1.5.3
)