chore: stabilize lint and verify builds
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
"quyun/v2/app/commands/storage_migrate"
|
||||
"quyun/v2/pkg/utils"
|
||||
|
||||
log "github.com/sirupsen/logrus"
|
||||
logrus "github.com/sirupsen/logrus"
|
||||
"go.ipao.vip/atom"
|
||||
)
|
||||
|
||||
@@ -41,6 +41,6 @@ func main() {
|
||||
}
|
||||
|
||||
if err := atom.Serve(opts...); err != nil {
|
||||
log.Fatal(err)
|
||||
logrus.Fatal(err)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user