1
0

fix(filters): lint

This commit is contained in:
kolaente
2023-11-22 10:45:43 +01:00
parent 87c027aafd
commit bc6d812eb0
2 changed files with 4 additions and 25 deletions

View File

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