Djraemon
2024-10-21 a76f15c78527edf47a68dd67e2c4d894bc252398
1
2
3
4
5
6
7
module gowsclient
 
go 1.18
 
require (
    github.com/gorilla/websocket v1.5.3
)