go/src
Russ Cox e7628bee6e bytes: make ExampleTrimLeft and ExampleTrimRight match
ExampleTrimLeft was inexplicably complex.

Change-Id: I13ca81bdeba728bdd632acf82e3a1101d29b9f39
Reviewed-on: https://go-review.googlesource.com/78111
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
2017-11-15 21:25:13 +00:00
..
archive archive/tar: change error prefix 2017-11-15 18:56:32 +00:00
bufio bufio: Use maxConsecutiveEmptyReads instead of 100 2017-11-14 05:21:00 +00:00
builtin
bytes bytes: make ExampleTrimLeft and ExampleTrimRight match 2017-11-15 21:25:13 +00:00
cmd cmd/cgo: permit passing string values directly between Go and C 2017-11-15 03:36:54 +00:00
compress
container
context
crypto crypto/sha1, crypto/sha256: add go:noescape annotations 2017-11-15 16:00:24 +00:00
database/sql database/sql: do not leak the connectionResetter goroutine 2017-11-14 00:25:42 +00:00
debug
encoding encoding/pem: add Encode example 2017-11-15 03:08:55 +00:00
errors
expvar
flag
fmt fmt: hide bad format in test from vet 2017-10-31 13:49:53 +00:00
go go/printer: indent lone comments in composite lits 2017-11-15 18:48:48 +00:00
hash crypto, hash: document marshal/unmarshal implementation 2017-11-15 00:06:24 +00:00
html
image all: change github.com issue links to golang.org 2017-11-04 04:13:41 +00:00
index/suffixarray
internal internal/cpu: detect cpu features in internal/cpu package 2017-11-14 19:07:15 +00:00
io io: fix Pipe regression with differing error types 2017-11-02 23:05:53 +00:00
log
math go/printer: indent lone comments in composite lits 2017-11-15 18:48:48 +00:00
mime all: unindent some if bodies by exiting early 2017-10-31 20:07:46 +00:00
net net/url: allow *User functions to work on a nil receiver. 2017-11-15 02:55:06 +00:00
os syscall: fix NaCl Link syscall error handling 2017-11-06 16:36:34 +00:00
path
plugin
reflect all: unindent some if bodies by exiting early 2017-10-31 20:07:46 +00:00
regexp go/printer: forbid empty line before first comment in block 2017-11-02 18:17:22 +00:00
runtime runtime: fix gctrace STW CPU time and CPU fraction 2017-11-15 18:23:23 +00:00
sort
strconv
strings bytes,strings: in generic Index, use mix of IndexByte and Rabin-Karp 2017-11-15 17:35:09 +00:00
sync all: change github.com issue links to golang.org 2017-11-04 04:13:41 +00:00
syscall syscall: change SysProcAttr.Token type to Token 2017-11-07 22:06:35 +00:00
testing
text text/template: remove unnecessary lexer field 2017-11-10 04:13:30 +00:00
time time: add example for Time.Unix 2017-11-13 18:52:13 +00:00
unicode go/printer: forbid empty line before first comment in block 2017-11-02 18:17:22 +00:00
unsafe
vendor/golang_org/x vendor: add golang.org/x/crypto/cryptobyte 2017-11-08 00:18:05 +00:00
Make.dist
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash
iostest.bash
make.bash cmd/dist: fix bad LC_TIME assumption in 'date' invocation 2017-11-03 13:42:33 +00:00
make.bat build: quiet make.bash, make.bat, make.rc 2017-10-31 13:48:53 +00:00
make.rc build: quiet make.bash, make.bat, make.rc 2017-10-31 13:48:53 +00:00
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc