mirror of
https://github.com/Li4n0/revsuit.git
synced 2026-09-26 08:31:52 +08:00
Use golint to normalize the code (#1)
This commit is contained in:
@@ -13,5 +13,6 @@ func TestServer_NewConnection(t *testing.T) {
|
||||
if err != nil {
|
||||
fmt.Println(err)
|
||||
}
|
||||
db.Exec("SELECT 1;")
|
||||
|
||||
_, _ = db.Exec("SELECT 1;")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user