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

Issue 183073: crypto/tls: make Listener a pointer. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 4 months ago by agl1
Modified:
15 years, 4 months ago
Reviewers:
CC:
rsc, golang-dev
Visibility:
Public.

Description

crypto/tls: make Listener a pointer. Listener contains private members and 6g now enforces that private members cannot be assigned outside of their package.

Patch Set 1 #

Patch Set 2 : code review 183073: crypto/tls: make Listener a pointer. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -4 lines) Patch
M src/pkg/crypto/tls/tls.go View 2 chunks +5 lines, -4 lines 0 comments Download

Messages

Total messages: 3
agl1
15 years, 4 months ago (2009-12-28 19:25:37 UTC) #1
gri1
LGTM On Mon, Dec 28, 2009 at 11:25 AM, <agl@golang.org> wrote: > Reviewers: rsc, > ...
15 years, 4 months ago (2009-12-28 19:38:02 UTC) #2
agl1
15 years, 4 months ago (2009-12-28 19:40:08 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=be2470c13c0a ***

crypto/tls: make Listener a pointer.

Listener contains private members and 6g now enforces that private
members cannot be assigned outside of their package.

R=rsc
CC=golang-dev
http://codereview.appspot.com/183073
Sign in to reply to this message.

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