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

Issue 5465043: code review 5465043: time: use Duration for AfterFunc. (Closed)

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

Description

time: use Duration for AfterFunc.

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -23 lines) Patch
M src/pkg/net/http/serve_test.go View 1 2 7 chunks +9 lines, -9 lines 0 comments Download
M src/pkg/testing/testing.go View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/time/sleep.go View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M src/pkg/time/sleep_test.go View 1 4 chunks +9 lines, -10 lines 0 comments Download

Messages

Total messages: 5
dsymonds
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 4 months ago (2011-12-08 04:24:32 UTC) #1
rsc
LGTM Doh. Feel free to use int64(d) instead of d.Nanoseconds() here. It's what the other ...
12 years, 4 months ago (2011-12-08 04:27:44 UTC) #2
dsymonds
PTAL I fixed a couple of other instances in the tree.
12 years, 4 months ago (2011-12-08 04:33:34 UTC) #3
rsc
LGTM
12 years, 4 months ago (2011-12-08 04:41:12 UTC) #4
dsymonds
12 years, 4 months ago (2011-12-08 04:42:51 UTC) #5
*** Submitted as http://code.google.com/p/go/source/detail?r=35100d466721 ***

time: use Duration for AfterFunc.

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

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