Tweak doc.go so section head is detected

extract-for-data
Jack Christensen 2015-12-09 12:00:33 -06:00
parent 6fc16d96c7
commit 1eecea606b
1 changed files with 1 additions and 1 deletions

2
doc.go
View File

@ -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