alingse

Results 41 comments of alingse

@huangz1990 need help, 一些小的更正还是期望合并进去。

@huangz1990 有空看看

@huangz1990

Does the web-wechaty support this or not?

I known `Contact.say` is different with `Room.say`, may the first arg name `some_thing`, `message` can be unified ?

why not use `exhaustivestruct` https://github.com/mbilski/exhaustivestruct it can also check miss field in struct

```golang switch c { case 'ā', 'á', 'ǎ', 'à': pys[i] = 'a' case 'ē', 'é', 'ě', 'è': pys[i] = 'e' case 'ī', 'í', 'ǐ', 'ì': pys[i] = 'i' case 'ō',...

@liyuan1125 I have test, your code miss `db.Model(&TestTable{})` part. I have create a gist here https://gist.github.com/alingse/adbcd450ea6760bac1d41faa07610870#file-queryjsontype-go-L44-L53 and the log ```go // ok row := &TestTable{} db.Limit(1).Order("id DESC").Find(row) // find all...