Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(61)

Issue 6432062: code review 6432062: encoding/binary: fix typo: ReadVarint returns an int64,... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 10 months ago by pmylund
Modified:
12 years, 10 months ago
Reviewers:
CC:
golang-dev, dsymonds
Visibility:
Public.

Description

encoding/binary: fix typo: ReadVarint returns an int64, not a uint64.

Patch Set 1 #

Patch Set 2 : diff -r db593b9803b4 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r db593b9803b4 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/pkg/encoding/binary/varint.go View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3
pmylund
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 10 months ago (2012-07-22 00:23:32 UTC) #1
dsymonds
LGTM
12 years, 10 months ago (2012-07-22 00:25:54 UTC) #2
dsymonds
12 years, 10 months ago (2012-07-22 00:33:58 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=2f39e6389d55 ***

encoding/binary: fix typo: ReadVarint returns an int64, not a uint64.

R=golang-dev, dsymonds
CC=golang-dev
http://codereview.appspot.com/6432062

Committer: David Symonds <dsymonds@golang.org>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b