From 1eecea606b5ba43cda90d7d58930e59fd266f2a1 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Wed, 9 Dec 2015 12:00:33 -0600 Subject: [PATCH] Tweak doc.go so section head is detected --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.go b/doc.go index a494a2ea..2d54ab82 100644 --- a/doc.go +++ b/doc.go @@ -181,7 +181,7 @@ Conn.PgTypes. See example_custom_type_test.go for an example of a custom type for the PostgreSQL point type. -[]byte Mapping +Raw Bytes Mapping []byte passed as arguments to Query, QueryRow, and Exec are passed unmodified to PostgreSQL. In like manner, a *[]byte passed to Scan will be filled with