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

Issue 223059: code review 223059: use []byte("abc") in place of []byte{'a', 'b', 'c'} (Closed)

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

Description

use []byte("abc") in place of []byte{'a', 'b', 'c'}

Patch Set 1 #

Patch Set 2 : code review 223059: use []byte("abc") in place of []byte{'a', 'b', 'c'} #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -12 lines) Patch
M src/pkg/asn1/asn1_test.go View 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/fmt/print.go View 1 chunk +9 lines, -9 lines 0 comments Download
M src/pkg/go/ast/filter.go View 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/go/scanner/scanner.go View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3
rsc
Hello r (cc: golang-dev@googlegroups.com), I'd like you to review this change.
15 years ago (2010-02-26 00:11:15 UTC) #1
gri1
LGTM On Thu, Feb 25, 2010 at 4:11 PM, <rsc@golang.org> wrote: > Reviewers: r, > ...
15 years ago (2010-02-26 00:13:50 UTC) #2
rsc
15 years ago (2010-02-26 00:43:46 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=e8468949a421 ***

use []byte("abc") in place of []byte{'a', 'b', 'c'}

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

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