LINDA

Results 3 issues of LINDA

at `https://github.com/cep21/circuit/blob/v3.1.0/v3/example/main.go#L81` `circuit.Config{}` should be configured, like ``` circuit.Config{ General: circuit.GeneralConfig{ OpenToClosedFactory: hystrix.CloserFactory(hystrix.ConfigureCloser{}), ClosedToOpenFactory: hystrix.OpenerFactory(hystrix.ConfigureOpener{}), } ``` right?

help wanted
good first issue
typo

`lept_parse_false(), lept_parse_true(), lept_parse_null()`函数中对字符的比较可能会越界,比如`c->json="tr"`, 但是却比较到`c->json[2]`。是不是应该在if()语句中加入`strlen()`: `if(strlen(c->json)>3 || c->json[0] != 'r' || c->json[1]!='u'||c->json[2] != 'e') ` 还是说这种越界没关系?

请问一下,小数点后有一位或多位数字(0-9),可是ECMA-404那个图中的小数点后的数字下的横线不是可以不加数字的意思吗? ![number](https://user-images.githubusercontent.com/18623607/39953979-be3aad04-55e8-11e8-8178-5bbd28a946b5.png)