Results 4 issues of 许盛

上面的内容被下面的引号挡住了 ![image](https://user-images.githubusercontent.com/15248446/110458151-61786880-8106-11eb-9fdb-3b08df883a42.png)

bug

withCaller() 的调用现在放在 mian.setupLogger 函数里,导致不管怎么打印,日志里的 callers 字段的值都是指向 main.init 函数。 我自己挪到了 Logger.Output 函数里 ![image](https://user-images.githubusercontent.com/15248446/101602134-965a1e00-3a38-11eb-837e-657cd96b84f5.png)

如果不处理 locale 字段为空的情况,大部分时候可以正常响应,但是针对部分极端的边界情况,例如某个字段校验规则为 binding:"min=1",但是传参时使用空字符串 "",会导致请求异常 ![image](https://user-images.githubusercontent.com/15248446/101618117-7af90e00-3a4c-11eb-903b-1753ff2be899.png) ![image](https://user-images.githubusercontent.com/15248446/101618233-aaa81600-3a4c-11eb-86db-02c13978637f.png) ![image](https://user-images.githubusercontent.com/15248446/101618080-72083c80-3a4c-11eb-9598-074db1b90d6b.png)

translated the rest of the store directory

state: need to review