Commit Graph

2 Commits (5c70e6aff0da5dab9e751c0e5426533e5a5e6ee9)

Author SHA1 Message Date
Gusted d2163df6a0
Fix offBy1 errors ()
* Fix offBy1 errors

- Partially resolves 
- 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>
John Olheiser 172eca1cd3
Add docs command ()
Signed-off-by: jolheiser <john.olheiser@gmail.com>