zj8487

Results 9 issues of zj8487

run following command and test case is not passed ``` go test ./... -test.v -test.cpu=1,2,4 go test ./... -test.v -test.short -test.race ```

Hi emirpasic: Thank you for your work. and i really like the data struct of gods. is it possible to add a segment tree or interval tree in gods?

new feature

Hi, All I am very sorry to disturb. **What is the Question?** If we use the following message to generate the golang code, the protobuf json tag and the json...

Hi accordingt to the [Starndard](http://www.simple-is-better.org/json-rpc/transport_http.html), the "Content-Type: MUST be application/json.". relative issue https://github.com/powerman/rpc-codec/issues/7

cocos2d-jsb(native) 支持 websocket http://blog.csdn.net/xufeng0991/article/details/44939149

this.redis.once('ready', function(err) { if (!!err) { cb(err); } else { self.redis.select(self.db, cb); } }); 配置中可以使用db prefix: 'globalChannel', host: '127.0.0.1', port: 6379, db:3, cleanOnStartUp: true