1
0

fix: lint errors

This commit is contained in:
kolaente
2023-01-13 18:42:31 +01:00
parent 017f771783
commit ebc3dd2b3e
5 changed files with 11 additions and 5 deletions

View File

@ -17,8 +17,9 @@
package migration
import (
"src.techknowlogick.com/xormigrate"
"time"
"src.techknowlogick.com/xormigrate"
"xorm.io/xorm"
"xorm.io/xorm/schemas"
)