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

Issue 5564048: code review 5564048: doc: add explicit types for godoc & API checker tool (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 5 months ago by bradfitz
Modified:
13 years, 5 months ago
Reviewers:
CC:
golang-dev, gri, rog, agl1, rsc
Visibility:
Public.

Description

crypto: rename some FooError to ErrFoo Also, add an explicit error type when the right hand side is an unexported function.

Patch Set 1 #

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

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

Patch Set 4 : diff -r bf7fe7752318 https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r 10b075a7a9b7 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -17 lines) Patch
M src/pkg/crypto/dsa/dsa.go View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/pkg/crypto/openpgp/errors/errors.go View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/crypto/openpgp/packet/symmetrically_encrypted.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/crypto/openpgp/read.go View 1 6 chunks +8 lines, -8 lines 0 comments Download
M src/pkg/crypto/openpgp/read_test.go View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 8
bradfitz
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 5 months ago (2012-01-24 02:07:21 UTC) #1
bradfitz
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 5 months ago (2012-01-24 03:07:49 UTC) #2
bradfitz
I had forgot to include read_test.go in this CL. Also, +agl. On Mon, Jan 23, ...
13 years, 5 months ago (2012-01-24 03:08:31 UTC) #3
gri
I suggets to revert all unnecessary type annotations. Most of these could be handled w/ ...
13 years, 5 months ago (2012-01-24 03:33:12 UTC) #4
rog
On 2012/01/24 03:33:12, gri wrote: > I suggets to revert all unnecessary type annotations. > ...
13 years, 5 months ago (2012-01-24 11:43:39 UTC) #5
agl1
openpgp changes: LGTM
13 years, 5 months ago (2012-01-24 12:10:21 UTC) #6
rsc
Please revert the non-crypto changes. Then LGTM. We can worry about the other packages separately.
13 years, 5 months ago (2012-01-24 15:55:04 UTC) #7
bradfitz
13 years, 5 months ago (2012-01-24 16:32:47 UTC) #8
*** Submitted as http://code.google.com/p/go/source/detail?r=d54721805232 ***

crypto: rename some FooError to ErrFoo

Also, add an explicit error type when the right hand side is an unexported
function.

R=golang-dev, gri, rogpeppe, agl, rsc
CC=golang-dev
http://codereview.appspot.com/5564048
Sign in to reply to this message.

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