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

Issue 44790043: code review 44790043: os: reimplement HasPrefix and LastIndex to not depend ... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 7 months ago by 0intro
Modified:
11 years, 7 months ago
Reviewers:
rsc
CC:
golang-codereviews, rsc, jas
Visibility:
Public.

Description

os: reimplement HasPrefix and LastIndex to not depend on strings

Patch Set 1 #

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

Total comments: 2

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

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

Patch Set 5 : diff -r f131c6fc5185 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -3 lines) Patch
M src/pkg/os/file_plan9.go View 1 2 3 2 chunks +17 lines, -3 lines 0 comments Download

Messages

Total messages: 5
0intro
Hello golang-codereviews@googlegroups.com (cc: jas@corpus-callosum.com), I'd like you to review this change to https://code.google.com/p/go
11 years, 7 months ago (2013-12-20 23:41:37 UTC) #1
rsc
https://codereview.appspot.com/44790043/diff/40001/src/pkg/os/file_plan9.go File src/pkg/os/file_plan9.go (right): https://codereview.appspot.com/44790043/diff/40001/src/pkg/os/file_plan9.go#newcode322 src/pkg/os/file_plan9.go:322: func lastIndex(s, sep string) int { i believe lastindex ...
11 years, 7 months ago (2013-12-20 23:48:29 UTC) #2
0intro
https://codereview.appspot.com/44790043/diff/40001/src/pkg/os/file_plan9.go File src/pkg/os/file_plan9.go (right): https://codereview.appspot.com/44790043/diff/40001/src/pkg/os/file_plan9.go#newcode322 src/pkg/os/file_plan9.go:322: func lastIndex(s, sep string) int { On 2013/12/20 23:48:30, ...
11 years, 7 months ago (2013-12-20 23:56:48 UTC) #3
rsc
LGTM
11 years, 7 months ago (2013-12-21 00:20:21 UTC) #4
0intro
11 years, 7 months ago (2013-12-21 00:22:14 UTC) #5
*** Submitted as https://code.google.com/p/go/source/detail?r=5df3e8535335 ***

os: reimplement HasPrefix and LastIndex to not depend on strings

R=golang-codereviews, rsc
CC=golang-codereviews, jas
https://codereview.appspot.com/44790043
Sign in to reply to this message.

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