diff --git a/contrib/jackc/pgx.v5/example_test.go b/contrib/jackc/pgx.v5/example_test.go index 7be774dc57..9ca12b9c2a 100644 --- a/contrib/jackc/pgx.v5/example_test.go +++ b/contrib/jackc/pgx.v5/example_test.go @@ -45,7 +45,7 @@ func ExampleConnect() { } } -func ExamplePool() { +func ExampleNewPool() { ctx := context.TODO() // The pgxpool uses the same tracer and is exposed the same way.