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
5d5d84f3
Commit
5d5d84f3
authored
May 30, 2011
by
David Symonds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gob: fix documentation on Decoder.Decode.
R=r, adg CC=golang-dev
https://golang.org/cl/4515159
parent
da32ed7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/pkg/gob/decoder.go
src/pkg/gob/decoder.go
+2
-2
No files found.
src/pkg/gob/decoder.go
View file @
5d5d84f3
...
...
@@ -155,8 +155,8 @@ func (dec *Decoder) decodeTypeSequence(isInterface bool) typeId {
// Decode reads the next value from the connection and stores
// it in the data represented by the empty interface value.
// If e is nil, the value will be discarded. Otherwise,
// the value underlying e must
either be the correct type for the next
//
data item received, and must be a pointer
.
// the value underlying e must
be a pointer to the
//
correct type for the next data item received
.
func
(
dec
*
Decoder
)
Decode
(
e
interface
{})
os
.
Error
{
if
e
==
nil
{
return
dec
.
DecodeValue
(
reflect
.
Value
{})
...
...
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