1
0
mirror of https://github.com/golang/go synced 2024-10-04 12:31:21 -06:00
go/src/pkg
Rui Ueyama 22a5d2cc96 mime/multipart: fix format
Remove unnecessary blank line.

LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews
https://golang.org/cl/105040045
2014-06-11 17:39:34 -07:00
..
archive archive/tar: Do not panic on Read if uninitialized 2014-05-15 15:18:05 -07:00
bufio all: spelling tweaks, A-G 2014-04-29 12:44:40 -04:00
builtin
bytes bytes: fix typos 2014-05-10 07:13:42 +09:00
compress compress/gzip: allow Reset on Reader without NewReader 2014-06-03 15:40:12 -07:00
container container/heap: update example code 2014-05-15 13:58:13 -07:00
crypto crypto/tls: fix typo referencing the required Config field 2014-06-03 18:11:17 +10:00
database/sql database/sql/driver: correct method name in comment 2014-05-21 06:48:41 -07:00
debug debug/elf: support DWARF that needs relocs for 386 2014-06-03 16:39:40 -07:00
encoding encoding/base64, encoding/base32: make DecodeString faster 2014-06-11 11:22:08 -07:00
errors
expvar all: spelling tweaks, A-G 2014-04-29 12:44:40 -04:00
flag flag: document that Bool also accepts "T" and "F" 2014-04-16 17:14:48 -07:00
fmt fmt: fix floating-point padding once and for all 2014-05-21 12:30:43 -07:00
go go/build: add go1.3 release tag 2014-05-01 12:16:03 -04:00
hash all: merge NaCl branch (part 1) 2014-02-25 09:47:42 -05:00
html text/template,html/template: document that partial results may be written on error 2014-05-19 14:29:45 -07:00
image image/png: fix crash when an alleged PNG has too much pixel data, 2014-04-16 12:18:57 +10:00
index/suffixarray
io io: copy slice argument in MultiReader and MultiWriter 2014-05-12 23:38:35 -04:00
log log/syslog: document if network=="" for Dial, it will connect to local syslog server. 2014-04-28 14:29:45 -04:00
math math: remove Nextafter64 alias in favor of existing Nextafter 2014-06-11 14:24:16 -07:00
mime mime/multipart: fix format 2014-06-11 17:39:34 -07:00
net net/http: fix double Content-Length in response 2014-06-10 16:52:37 -07:00
os os: document that Interrupt might not work on every os 2014-05-23 12:29:29 +10:00
path build: make nacl pass 2014-05-20 12:10:19 -04:00
reflect doc: mention that reflect.SetMapIndex no longer panics 2014-05-23 17:39:58 -07:00
regexp regexp: hide one-pass code from exported API 2014-05-28 14:08:44 -04:00
runtime runtime: fix panic stack during runtime.Goexit during panic 2014-06-06 16:52:14 -04:00
sort std lib: fix various typos in comments 2014-05-02 13:17:55 -07:00
strconv strconv: CanBackquote should reject \x7F 2014-03-19 10:16:48 +11:00
strings net/http, strings, bytes: fix http race, revert part of Reader behavior change 2014-04-25 06:44:51 -07:00
sync sync/atomic: fix unimportant assembly errors found by go vet 2014-05-15 16:31:20 -04:00
syscall syscall: fix Write(nil) on NaCl 2014-05-20 11:38:34 -04:00
testing testing: write profiles on failure 2014-05-09 12:18:50 -04:00
text text/template,html/template: document that partial results may be written on error 2014-05-19 14:29:45 -07:00
time time: support version 3 zone records 2014-06-03 11:44:17 +09:00
unicode unicode: fix doc typo 2014-05-11 22:06:00 -07:00
unsafe