Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix offBy1 errors (#17606) | Gusted | 2021-11-14 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | * Fix offBy1 errors - Partially resolves #17596 - Resolve errors from go-critic `offBy1: Index() can return -1; maybe you wanted to do Index()+1`. * Match golang spec * Remove comments * Update migrations.go * Apply suggestions from code review Co-authored-by: delvh <dev.lh@web.de> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> Co-authored-by: delvh <dev.lh@web.de> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> | ||||
* | Add docs command (#13429) | John Olheiser | 2020-11-07 | 1 | -0/+61 |
Signed-off-by: jolheiser <john.olheiser@gmail.com> |