From cd21fd9035b2dfddebbceb4cd30e47cfd2313bba Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Mon, 19 Sep 2016 07:47:16 -0500 Subject: [PATCH] Fix missing documentation fixes #177 --- values.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/values.go b/values.go index 1bf224d5..4d542bf1 100644 --- a/values.go +++ b/values.go @@ -66,7 +66,8 @@ const minInt = -maxInt - 1 // or binary). In theory the Scanner interface should be the one to determine // the format of the returned values. However, the query has already been // executed by the time Scan is called so it has no chance to set the format. -// So for types that should be returned in binary th +// So for types that should always be returned in binary the format should be +// set here. var DefaultTypeFormats map[string]int16 func init() {