David Zhang

Results 10 issues of David Zhang

支持 go module,便于1.11后版本编译,亲测可用

- [ ] Dropbox - [ ] Google Photo

TODO
function

TODO
function
in progress

bug
function
in progress

Describe potential functions needed in Olympia

help wanted
function

Port and others

TODO
function

Hi, I regularly play in team event with 2v2 format. This project works perfect for multiplayer games but only apply to 1v1 game I guess. Have you got any ideas...

Why? - No goroutine-safe context supported. ```go // old way bot.PostMessage(msgBody) // new way bot.PostMessage(ctx, msgBody) ``` - Biz errors are not intuitive. ```go // old way resp, err :=...