Explorar o código

Add the missing comma in comment(#305). (#306)

Frank Xu %!s(int64=8) %!d(string=hai) anos
pai
achega
5f161ed9cf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      redis/pool.go

+ 1 - 1
redis/pool.go

@@ -96,7 +96,7 @@ var (
 //        return nil, err
 //      }
 //      return c, nil
-//    }
+//    },
 //  }
 //
 // Use the TestOnBorrow function to check the health of an idle connection