1
0
mirror of https://github.com/golang/go synced 2024-10-04 12:31:21 -06:00
go/src/pkg
Preetam Jinka 873ceeff54 crypto/cipher: Fix typo in example comment
LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/101510047
2014-06-28 10:11:26 -07:00
..
archive archive/tar: Do not panic on Read if uninitialized 2014-05-15 15:18:05 -07:00
bufio bufio: handle excessive white space in ScanWords 2014-06-16 12:59:10 -07:00
builtin
bytes bytes, strings: optimize Repeat 2014-06-11 19:03:59 -07:00
compress compress/lzw: add commentary that TIFF's LZW differs from the standard 2014-06-13 17:44:29 +10:00
container container/heap: update example code 2014-05-15 13:58:13 -07:00
crypto crypto/cipher: Fix typo in example comment 2014-06-28 10:11:26 -07: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: speed up Encode 2014-06-19 12:04:59 -07:00
errors
expvar all: spelling tweaks, A-G 2014-04-29 12:44:40 -04:00
flag flag: add a little more doc comment to Duration. 2014-06-28 20:47:06 +10:00
fmt fmt: fix typo in help doc 2014-06-24 16:59:33 -07:00
go go/parser: permit parentheses in receiver types 2014-06-26 09:45:11 -07: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: remove unnecessary function call 2014-06-23 10:29:56 +10:00
index/suffixarray index/suffixarray: reduce size of a benchmark 2014-06-24 20:37:28 -07:00
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: add TLS benchmark 2014-06-27 18:30:09 -07:00
os os: disable TestGetppid on plan9 2014-06-14 16:47:40 +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: skip TestOnePassCutoff in short mode 2014-06-24 17:19:10 -07:00
runtime runtime: make garbage collector faster by deleting code again 2014-06-27 18:19:02 -07: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 strings: avoid pointless slice growth in makeBenchInputHard 2014-06-26 13:00:47 -07:00
sync sync: detect incorrect usages of RWMutex 2014-06-19 22:19:56 -07:00
syscall syscall: implement setresuid(2) and setresgid(2) on OpenBSD/FreeBSD/DragonflyBSD 2014-06-24 13:30:30 -07:00
testing testing: make benchmarking faster 2014-06-24 08:39:30 -07:00
text text/scanner: fix comment 2014-06-17 09:34:11 -07:00
time time: change formatting of microseconds duration to SI modifier 2014-06-12 17:01:13 -07:00
unicode unicode: fix doc typo 2014-05-11 22:06:00 -07:00
unsafe