1
0

fix: lint

This commit is contained in:
kolaente
2022-08-15 22:41:43 +02:00
committed by Gitea
parent 9ddd7f4889
commit 0c8bed4054
2 changed files with 3 additions and 5 deletions

View File

@ -18,9 +18,10 @@ package migration
import (
"encoding/json"
"src.techknowlogick.com/xormigrate"
"strconv"
"strings"
"src.techknowlogick.com/xormigrate"
"xorm.io/xorm"
)