go/src
avsharapov 9322b53396 cmd/cgo: simplify switch statement to if statement
Change-Id: Ie7dce45d554fde69d682680f55abba6a7fc55036
Reviewed-on: https://go-review.googlesource.com/c/142017
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2018-10-15 04:36:11 +00:00
..
archive all: fix a bunch of misspellings 2018-10-08 03:12:03 +00:00
bufio
builtin builtin: document when len and cap are constant 2018-09-18 21:52:11 +00:00
bytes bytes: vary the input alignment to Compare argument in compare_test.go 2018-10-11 04:45:18 +00:00
cmd cmd/cgo: simplify switch statement to if statement 2018-10-15 04:36:11 +00:00
compress all: fix a bunch of misspellings 2018-10-06 15:40:03 +00:00
container
context context: avoid duplicate removeChild 2018-10-03 15:26:10 +00:00
crypto crypto: add AIX operating system 2018-10-10 14:55:17 +00:00
database/sql all: fix a bunch of misspellings 2018-10-08 03:12:03 +00:00
debug debug/plan9obj: simplify s[:] to s where 2018-10-13 11:24:43 +00:00
encoding encoding/base64: fix typo in decodeQuantum docs 2018-10-12 14:36:03 +00:00
errors
expvar expvar: add Map.Delete 2018-10-04 01:16:52 +00:00
flag all: use strings.ReplaceAll and bytes.ReplaceAll where applicable 2018-09-26 22:14:25 +00:00
fmt fmt: add example Sscanf 2018-10-06 19:18:34 +00:00
go go/types: remove a test case and update comment 2018-10-12 16:57:39 +00:00
hash
html all: use strings.ReplaceAll and bytes.ReplaceAll where applicable 2018-09-26 22:14:25 +00:00
image jpeg: simplify 'x = x op ...' to 'x op= ...' 2018-10-13 11:18:56 +00:00
index/suffixarray
internal internal/cpu: use 'off' for disabling cpu capabilities instead of '0' 2018-10-12 16:44:26 +00:00
io io: export StringWriter 2018-10-03 20:13:35 +00:00
log
math all: fix a bunch of misspellings 2018-10-06 15:40:03 +00:00
mime mime: add AIX operating system 2018-10-10 15:19:38 +00:00
net net/http: flesh out Transport's HTTP/1 CONNECT+bidi support to match HTTP/2 2018-10-12 15:00:32 +00:00
os os: make UserHomeDir return "/" on iOS 2018-10-12 14:25:13 +00:00
path path/filepath: add AIX operating system 2018-10-11 14:46:37 +00:00
plugin
reflect reflect: add an example for Kind 2018-10-03 22:38:53 +00:00
regexp regexp: add partial Deprecation comment to Copy 2018-10-12 17:48:44 +00:00
runtime pprof: replace bits = bits + "..." to bits += "..." where bits is a string. 2018-10-15 04:27:52 +00:00
sort
strconv strconv: add example for QuoteRuneToGraphic and QuoteToGraphic functions 2018-10-08 19:13:38 +00:00
strings strings: Replace s[:] to s where s is a slice. 2018-10-13 11:17:13 +00:00
sync sync: fix typo in doc 2018-10-06 12:04:57 +00:00
syscall syscall: correctly pad with NUL in FreeBSD convertFromDirents11 2018-10-12 14:55:06 +00:00
testdata Revert "compress: move benchmark text from src/testdata to src/compress/testdata" 2018-10-01 16:16:21 +00:00
testing testing: implement -benchtime=100x 2018-10-12 17:48:31 +00:00
text text/template: explain that integer constants can overflow 2018-10-11 02:32:47 +00:00
time time: add AIX operating system 2018-10-10 14:15:57 +00:00
unicode
unsafe unsafe: document that Alignof, Offsetof, and Sizeof return a constant 2018-10-11 02:32:20 +00:00
vendor/golang_org/x vendor: update golang_org/x/net/route from upstream 2018-10-05 21:53:34 +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
make.bat
make.rc
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc