jzhenxing

Results 2 comments of jzhenxing

I just changed this error message to a readable information message.    if err != nil { if err == io.EOF { log.Info("TCP Connection Closed", zap.String("ClientID", c.info.clientID)) } else { log.Error("read...

> I tried, g.Op is 'OR', how to use as 'AND'? How about this ? sql, _, _ := goqu.From("test").Where( goqu.Ex{ "field1": "abc", }, goqu.Ex{ "field2": goqu.Op{"gte": 1}, }, goqu.Ex{...