Skip to content

websocket.Conn should fulfill net.Conn #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 21, 2015
Merged

Conversation

mjohnson9
Copy link
Member

Now that gopherjs/gopherjs#123 is fixed, I've made a couple of simple changes to make websocket.Conn fulfill the net.Conn interface. Looking for a code review.

As websocket.Addr doesn't need to be exported anymore, I felt that it added clutter to the docs. As such, I've unexported it.

@dmitshur
Copy link
Member

LGTM.

As websocket.Addr doesn't need to be exported anymore, I felt that it added clutter to the docs. As such, I've unexported it.

👍 The fewer things that are exported, the better.

@mjohnson9
Copy link
Member Author

Merging and deleting the feature branch.

mjohnson9 pushed a commit that referenced this pull request Jan 21, 2015
websocket.Conn should fulfill net.Conn
@mjohnson9 mjohnson9 merged commit 8a8855c into master Jan 21, 2015
@mjohnson9 mjohnson9 deleted the feature/netConn branch January 21, 2015 04:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants