Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 160 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 160 Bytes

Blivechat

黑听用

cd blivechat/chat
go build blivechat.go
# windows cross compile
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build blivechat.go