✏️ 人肉 lint

This commit is contained in:
fumiama
2021-12-04 20:56:43 +08:00
parent 793cac09cb
commit 610f04ab87
6 changed files with 21 additions and 12 deletions

View File

@@ -1,11 +1,12 @@
package model
import (
"os"
"time"
"github.com/jinzhu/gorm"
_ "github.com/logoove/sqlite"
log "github.com/sirupsen/logrus"
"os"
"time"
)
type SleepDB gorm.DB