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

Issue 7297043: code review 7297043: go.talks: move websocket backend code to its own package (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 2 months ago by adg
Modified:
11 years, 2 months ago
Reviewers:
CC:
golang-dev, francesc
Visibility:
Public.

Description

go.talks: move websocket backend code to its own package This makes it easier to include it in other programs, like the Tour.

Patch Set 1 #

Patch Set 2 : diff -r 2c25ae98203b https://code.google.com/p/go.talks #

Total comments: 4

Patch Set 3 : diff -r 2c25ae98203b https://code.google.com/p/go.talks #

Patch Set 4 : diff -r 4ddd84d9fe51 https://code.google.com/p/go.talks #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -27 lines) Patch
M pkg/socket/socket.go View 1 2 11 chunks +27 lines, -27 lines 0 comments Download
A present/local.go View 1 chunk +20 lines, -0 lines 0 comments Download

Messages

Total messages: 4
adg
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go.talks
11 years, 2 months ago (2013-02-05 00:03:13 UTC) #1
francesc
https://codereview.appspot.com/7297043/diff/2001/pkg/socket/socket.go File pkg/socket/socket.go (right): https://codereview.appspot.com/7297043/diff/2001/pkg/socket/socket.go#newcode6 pkg/socket/socket.go:6: // Clients connect to a websocket handler and sends ...
11 years, 2 months ago (2013-02-05 01:05:20 UTC) #2
adg
PTAL https://codereview.appspot.com/7297043/diff/2001/pkg/socket/socket.go File pkg/socket/socket.go (right): https://codereview.appspot.com/7297043/diff/2001/pkg/socket/socket.go#newcode6 pkg/socket/socket.go:6: // Clients connect to a websocket handler and ...
11 years, 2 months ago (2013-02-05 01:37:18 UTC) #3
adg
11 years, 2 months ago (2013-02-05 04:07:01 UTC) #4
*** Submitted as
https://code.google.com/p/go/source/detail?r=ad29729c589e&repo=talks ***

go.talks: move websocket backend code to its own package

This makes it easier to include it in other programs, like the Tour.

R=golang-dev, campoy
CC=golang-dev
https://codereview.appspot.com/7297043
Sign in to reply to this message.

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