]> Cypherpunks repositories - gostls13.git/commit
src/pkg/[a-m]*: gofix -r error -force=error
authorRuss Cox <rsc@golang.org>
Wed, 2 Nov 2011 02:04:37 +0000 (22:04 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 2 Nov 2011 02:04:37 +0000 (22:04 -0400)
commitc2049d2dfeeea3d41fafa91e3e3f0e47c285355b
tree090fd29206a707cf5a1f63eacaa414203d2b1ccb
parent68050ac76b94b58d962cf8265a8d4eb31ff35658
src/pkg/[a-m]*: gofix -r error -force=error

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/5322051
283 files changed:
src/pkg/archive/tar/reader.go
src/pkg/archive/tar/reader_test.go
src/pkg/archive/tar/writer.go
src/pkg/archive/zip/reader.go
src/pkg/archive/zip/reader_test.go
src/pkg/archive/zip/struct.go
src/pkg/archive/zip/writer.go
src/pkg/archive/zip/zip_test.go
src/pkg/asn1/asn1.go
src/pkg/asn1/marshal.go
src/pkg/big/int.go
src/pkg/big/nat.go
src/pkg/big/nat_test.go
src/pkg/big/rat.go
src/pkg/bufio/bufio.go
src/pkg/bufio/bufio_test.go
src/pkg/bytes/buffer.go
src/pkg/bytes/buffer_test.go
src/pkg/compress/bzip2/bit_reader.go
src/pkg/compress/bzip2/bzip2.go
src/pkg/compress/bzip2/bzip2_test.go
src/pkg/compress/bzip2/huffman.go
src/pkg/compress/flate/deflate.go
src/pkg/compress/flate/deflate_test.go
src/pkg/compress/flate/huffman_bit_writer.go
src/pkg/compress/flate/inflate.go
src/pkg/compress/gzip/gunzip.go
src/pkg/compress/gzip/gunzip_test.go
src/pkg/compress/gzip/gzip.go
src/pkg/compress/lzw/reader.go
src/pkg/compress/lzw/reader_test.go
src/pkg/compress/lzw/writer.go
src/pkg/compress/lzw/writer_test.go
src/pkg/compress/zlib/reader.go
src/pkg/compress/zlib/reader_test.go
src/pkg/compress/zlib/writer.go
src/pkg/crypto/aes/cipher.go
src/pkg/crypto/bcrypt/base64.go
src/pkg/crypto/bcrypt/bcrypt.go
src/pkg/crypto/bcrypt/bcrypt_test.go
src/pkg/crypto/blowfish/cipher.go
src/pkg/crypto/cast5/cast5.go
src/pkg/crypto/cipher/io.go
src/pkg/crypto/des/cipher.go
src/pkg/crypto/dsa/dsa.go
src/pkg/crypto/ecdsa/ecdsa.go
src/pkg/crypto/elliptic/elliptic.go
src/pkg/crypto/hmac/hmac.go
src/pkg/crypto/md4/md4.go
src/pkg/crypto/md5/md5.go
src/pkg/crypto/ocsp/ocsp.go
src/pkg/crypto/openpgp/armor/armor.go
src/pkg/crypto/openpgp/armor/encode.go
src/pkg/crypto/openpgp/canonical_text.go
src/pkg/crypto/openpgp/canonical_text_test.go
src/pkg/crypto/openpgp/elgamal/elgamal.go
src/pkg/crypto/openpgp/error/error.go
src/pkg/crypto/openpgp/keys.go
src/pkg/crypto/openpgp/packet/compressed.go
src/pkg/crypto/openpgp/packet/compressed_test.go
src/pkg/crypto/openpgp/packet/encrypted_key.go
src/pkg/crypto/openpgp/packet/literal.go
src/pkg/crypto/openpgp/packet/one_pass_signature.go
src/pkg/crypto/openpgp/packet/packet.go
src/pkg/crypto/openpgp/packet/packet_test.go
src/pkg/crypto/openpgp/packet/private_key.go
src/pkg/crypto/openpgp/packet/public_key.go
src/pkg/crypto/openpgp/packet/reader.go
src/pkg/crypto/openpgp/packet/signature.go
src/pkg/crypto/openpgp/packet/symmetric_key_encrypted.go
src/pkg/crypto/openpgp/packet/symmetric_key_encrypted_test.go
src/pkg/crypto/openpgp/packet/symmetrically_encrypted.go
src/pkg/crypto/openpgp/packet/symmetrically_encrypted_test.go
src/pkg/crypto/openpgp/packet/userid.go
src/pkg/crypto/openpgp/read.go
src/pkg/crypto/openpgp/read_test.go
src/pkg/crypto/openpgp/s2k/s2k.go
src/pkg/crypto/openpgp/write.go
src/pkg/crypto/openpgp/write_test.go
src/pkg/crypto/rand/rand.go
src/pkg/crypto/rand/rand_unix.go
src/pkg/crypto/rand/rand_windows.go
src/pkg/crypto/rand/util.go
src/pkg/crypto/rc4/rc4.go
src/pkg/crypto/ripemd160/ripemd160.go
src/pkg/crypto/rsa/pkcs1v15.go
src/pkg/crypto/rsa/rsa.go
src/pkg/crypto/sha1/sha1.go
src/pkg/crypto/sha256/sha256.go
src/pkg/crypto/sha512/sha512.go
src/pkg/crypto/tls/cipher_suites.go
src/pkg/crypto/tls/conn.go
src/pkg/crypto/tls/handshake_client.go
src/pkg/crypto/tls/handshake_server.go
src/pkg/crypto/tls/handshake_server_test.go
src/pkg/crypto/tls/key_agreement.go
src/pkg/crypto/tls/prf.go
src/pkg/crypto/tls/tls.go
src/pkg/crypto/twofish/twofish.go
src/pkg/crypto/x509/pkcs1.go
src/pkg/crypto/x509/verify.go
src/pkg/crypto/x509/verify_test.go
src/pkg/crypto/x509/x509.go
src/pkg/crypto/xtea/cipher.go
src/pkg/csv/reader.go
src/pkg/csv/reader_test.go
src/pkg/csv/writer.go
src/pkg/debug/dwarf/buf.go
src/pkg/debug/dwarf/entry.go
src/pkg/debug/dwarf/open.go
src/pkg/debug/dwarf/type.go
src/pkg/debug/dwarf/unit.go
src/pkg/debug/elf/file.go
src/pkg/debug/gosym/symtab.go
src/pkg/debug/macho/file.go
src/pkg/debug/pe/file.go
src/pkg/encoding/ascii85/ascii85.go
src/pkg/encoding/ascii85/ascii85_test.go
src/pkg/encoding/base32/base32.go
src/pkg/encoding/base32/base32_test.go
src/pkg/encoding/base64/base64.go
src/pkg/encoding/base64/base64_test.go
src/pkg/encoding/binary/binary.go
src/pkg/encoding/binary/binary_test.go
src/pkg/encoding/binary/varint.go
src/pkg/encoding/binary/varint_test.go
src/pkg/encoding/git85/git.go
src/pkg/encoding/git85/git_test.go
src/pkg/encoding/hex/hex.go
src/pkg/encoding/pem/pem.go
src/pkg/exec/exec.go
src/pkg/exec/exec_test.go
src/pkg/exec/lp_plan9.go
src/pkg/exec/lp_unix.go
src/pkg/exec/lp_windows.go
src/pkg/exp/ebnf/ebnf.go
src/pkg/exp/ebnf/parser.go
src/pkg/exp/ebnflint/ebnflint.go
src/pkg/exp/gotype/gotype.go
src/pkg/exp/gui/gui.go
src/pkg/exp/gui/x11/auth.go
src/pkg/exp/gui/x11/conn.go
src/pkg/exp/inotify/inotify_linux.go
src/pkg/exp/norm/maketables.go
src/pkg/exp/norm/normregtest.go
src/pkg/exp/norm/readwriter.go
src/pkg/exp/norm/readwriter_test.go
src/pkg/exp/spdy/read.go
src/pkg/exp/spdy/types.go
src/pkg/exp/spdy/write.go
src/pkg/exp/sql/convert.go
src/pkg/exp/sql/convert_test.go
src/pkg/exp/sql/driver/driver.go
src/pkg/exp/sql/driver/types.go
src/pkg/exp/sql/fakedb_test.go
src/pkg/exp/sql/sql.go
src/pkg/exp/sql/sql_test.go
src/pkg/exp/ssh/channel.go
src/pkg/exp/ssh/client.go
src/pkg/exp/ssh/common.go
src/pkg/exp/ssh/messages.go
src/pkg/exp/ssh/server.go
src/pkg/exp/ssh/server_shell.go
src/pkg/exp/ssh/server_shell_test.go
src/pkg/exp/ssh/session.go
src/pkg/exp/ssh/transport.go
src/pkg/exp/template/html/error.go
src/pkg/exp/template/html/escape.go
src/pkg/exp/template/html/escape_test.go
src/pkg/exp/template/html/js.go
src/pkg/exp/terminal/shell.go
src/pkg/exp/terminal/shell_test.go
src/pkg/exp/terminal/terminal.go
src/pkg/exp/types/check.go
src/pkg/exp/types/check_test.go
src/pkg/exp/types/exportdata.go
src/pkg/exp/types/gcimporter.go
src/pkg/exp/winfsnotify/winfsnotify.go
src/pkg/flag/flag.go
src/pkg/fmt/print.go
src/pkg/fmt/scan.go
src/pkg/fmt/scan_test.go
src/pkg/go/ast/print.go
src/pkg/go/ast/resolve.go
src/pkg/go/build/build.go
src/pkg/go/build/dir.go
src/pkg/go/build/path.go
src/pkg/go/parser/interface.go
src/pkg/go/printer/printer.go
src/pkg/go/scanner/errors.go
src/pkg/go/token/serialize.go
src/pkg/go/token/serialize_test.go
src/pkg/gob/codec_test.go
src/pkg/gob/debug.go
src/pkg/gob/decode.go
src/pkg/gob/decoder.go
src/pkg/gob/dump.go
src/pkg/gob/encode.go
src/pkg/gob/encoder.go
src/pkg/gob/encoder_test.go
src/pkg/gob/error.go
src/pkg/gob/gobencdec_test.go
src/pkg/gob/timing_test.go
src/pkg/gob/type.go
src/pkg/gob/type_test.go
src/pkg/hash/adler32/adler32.go
src/pkg/hash/crc32/crc32.go
src/pkg/hash/crc64/crc64.go
src/pkg/hash/fnv/fnv.go
src/pkg/html/escape.go
src/pkg/html/parse.go
src/pkg/html/parse_test.go
src/pkg/html/render.go
src/pkg/html/token.go
src/pkg/html/token_test.go
src/pkg/http/cgi/child.go
src/pkg/http/cgi/host.go
src/pkg/http/cgi/host_test.go
src/pkg/http/chunked.go
src/pkg/http/client.go
src/pkg/http/client_test.go
src/pkg/http/cookie_test.go
src/pkg/http/dump.go
src/pkg/http/fcgi/child.go
src/pkg/http/fcgi/fcgi.go
src/pkg/http/fcgi/fcgi_test.go
src/pkg/http/filetransport.go
src/pkg/http/filetransport_test.go
src/pkg/http/fs.go
src/pkg/http/fs_test.go
src/pkg/http/header.go
src/pkg/http/httptest/recorder.go
src/pkg/http/httptest/server.go
src/pkg/http/persist.go
src/pkg/http/pprof/pprof.go
src/pkg/http/readrequest_test.go
src/pkg/http/request.go
src/pkg/http/requestwrite_test.go
src/pkg/http/response.go
src/pkg/http/response_test.go
src/pkg/http/reverseproxy.go
src/pkg/http/serve_test.go
src/pkg/http/server.go
src/pkg/http/transfer.go
src/pkg/http/transport.go
src/pkg/http/transport_test.go
src/pkg/http/transport_windows.go
src/pkg/image/bmp/reader.go
src/pkg/image/decode_test.go
src/pkg/image/format.go
src/pkg/image/gif/reader.go
src/pkg/image/jpeg/huffman.go
src/pkg/image/jpeg/reader.go
src/pkg/image/jpeg/writer.go
src/pkg/image/jpeg/writer_test.go
src/pkg/image/png/reader.go
src/pkg/image/png/reader_test.go
src/pkg/image/png/writer.go
src/pkg/image/png/writer_test.go
src/pkg/image/tiff/buffer.go
src/pkg/image/tiff/buffer_test.go
src/pkg/image/tiff/compress.go
src/pkg/image/tiff/reader.go
src/pkg/image/tiff/reader_test.go
src/pkg/index/suffixarray/suffixarray.go
src/pkg/io/ioutil/ioutil.go
src/pkg/io/ioutil/tempfile.go
src/pkg/json/decode.go
src/pkg/json/decode_test.go
src/pkg/json/encode.go
src/pkg/json/indent.go
src/pkg/json/scanner.go
src/pkg/json/scanner_test.go
src/pkg/json/stream.go
src/pkg/log/log.go
src/pkg/mail/message.go
src/pkg/mime/mediatype.go
src/pkg/mime/mediatype_test.go
src/pkg/mime/multipart/formdata.go
src/pkg/mime/multipart/multipart.go
src/pkg/mime/multipart/multipart_test.go
src/pkg/mime/multipart/writer.go
src/pkg/mime/type.go