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

Issue 4602054: code review 4602054: sort: change IntArray etc. to IntSlice for better name ... (Closed)

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

Description

sort: change IntArray etc. to IntSlice for better name hygiene.

Patch Set 1 #

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -62 lines) Patch
M doc/go_tutorial.html View 2 chunks +6 lines, -6 lines 0 comments Download
M doc/go_tutorial.txt View 1 chunk +1 line, -1 line 0 comments Download
M doc/progs/sort.go View 1 chunk +18 lines, -18 lines 0 comments Download
M doc/progs/sortmain.go View 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/flag/flag.go View 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/sort/search.go View 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/sort/search_test.go View 1 chunk +2 lines, -2 lines 0 comments Download
M src/pkg/sort/sort.go View 2 chunks +16 lines, -16 lines 0 comments Download
M src/pkg/sort/sort_test.go View 2 chunks +4 lines, -4 lines 0 comments Download
M src/pkg/syscall/exec_plan9.go View 3 chunks +3 lines, -3 lines 0 comments Download
M src/pkg/syscall/exec_unix.go View 3 chunks +5 lines, -5 lines 0 comments Download
M src/pkg/unicode/maketables.go View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 3
r
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 11 months ago (2011-06-10 23:04:58 UTC) #1
gri
LGTM
12 years, 11 months ago (2011-06-10 23:23:00 UTC) #2
r
12 years, 11 months ago (2011-06-10 23:25:30 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=cf0c2b126968 ***

sort: change IntArray etc. to IntSlice for better name hygiene.

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

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