peterChen
Results
3
issues of
peterChen
``` 有些时候需要进行多个赋值操作,由于Go里面没有,操作符,那么可以使用平行赋值i, j = i+1, j-1 ``` 应该是`Go里面有,操作符`吧。[🔗](https://github.com/astaxie/build-web-application-with-golang/blob/master/zh/02.3.md)
预期: ``` --- date: 2021-11-10 tags: - markdown - pandoc author: Peter --- ``` 格式化后,`-`被替换成了`+`: ``` --- date: 2021-11-10 tags: + markdown + pandoc author: Peter --- ```
- support ModTime use time.Location - add time.Local test - fix fail test