mirror of
https://github.com/netfun2000/rttys_zhaojh329.git
synced 2026-02-27 09:53:24 +08:00
chore: fix code style
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
This commit is contained in:
+1
-1
@@ -8,10 +8,10 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"strings"
|
||||
"database/sql"
|
||||
_ "github.com/go-sql-driver/mysql"
|
||||
_ "github.com/mattn/go-sqlite3"
|
||||
"strings"
|
||||
)
|
||||
|
||||
func instanceDB(str string) (*sql.DB, error) {
|
||||
|
||||
Reference in New Issue
Block a user