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

Issue 5319072: code review 5319072: all: sort imports (Closed)

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

Description

all: sort imports

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -52 lines) Patch
M src/cmd/godoc/index.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/godoc/snippet.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/govet/govet.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/goyacc/goyacc.go View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/pkg/archive/zip/reader.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/container/heap/heap_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/crypto/ecdsa/ecdsa_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/crypto/hmac/hmac_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/crypto/openpgp/s2k/s2k_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/crypto/tls/generate_cert.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/crypto/x509/pkcs1.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/crypto/x509/x509_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/debug/gosym/pclntab_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/encoding/binary/binary.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/encoding/binary/binary_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/exec/exec_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/exp/inotify/inotify_linux_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/exp/norm/normregtest.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/exp/winfsnotify/winfsnotify_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/exp/wingui/gui.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/exp/wingui/winapi.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/http/cgi/host_test.go View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/pkg/http/transfer.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/http/transport_windows.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/image/bmp/reader.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/image/jpeg/writer_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/io/multi_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/log/log.go View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/pkg/net/ip_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/net/lookup_windows.go View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/pkg/net/parse_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/net/server_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/old/netchan/export.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/os/env_windows.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/os/path_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/os/stat_windows.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/path/filepath/match_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/rand/rand_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/rpc/server.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/syscall_windows_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/sync/once_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/time/sleep_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/time/zoneinfo_windows.go View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/pkg/unicode/maketables.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/xml/marshal_test.go View 1 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 3
rsc
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 4 months ago (2011-11-02 19:29:21 UTC) #1
r
LGTM
13 years, 4 months ago (2011-11-02 19:46:56 UTC) #2
rsc
13 years, 4 months ago (2011-11-02 19:54:19 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=b9dca3b10c42 ***

all: sort imports

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

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