Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
3cef6979
Commit
3cef6979
authored
Apr 26, 2013
by
Brad Fitzpatrick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
database/sql/driver: try to unstutter Value docs
R=golang-dev, r CC=golang-dev
https://golang.org/cl/8981043
parent
489addd2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/pkg/database/sql/driver/driver.go
src/pkg/database/sql/driver/driver.go
+2
-2
No files found.
src/pkg/database/sql/driver/driver.go
View file @
3cef6979
...
...
@@ -10,8 +10,8 @@ package driver
import
"errors"
//
A driver
Value is a value that drivers must be able to handle.
//
A Value
is either nil or an instance of one of these types:
// Value is a value that drivers must be able to handle.
//
It
is either nil or an instance of one of these types:
//
// int64
// float64
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment