mirror of
https://github.com/Li4n0/revsuit.git
synced 2026-09-25 16:11:53 +08:00
Use golint to normalize the code (#1)
This commit is contained in:
@@ -9,5 +9,5 @@ func InitDB(driver, dsn string) (err error) {
|
||||
case "sqlite":
|
||||
DB, err = NewSqlite3(dsn)
|
||||
}
|
||||
return
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user