1
0
mirror of https://github.com/golang/go synced 2024-11-19 20:54:39 -07:00
go/src
Joe Kyo a6b0a1c05a net/http: fix typo in doc string
Change-Id: I4542f6c095a35a4dec03c67c45a75a155197eb56
Reviewed-on: https://go-review.googlesource.com/74650
Reviewed-by: Tom Bergan <tombergan@google.com>
2017-11-01 16:17:11 +00:00
..
archive archive/zip, crypto/tls: use rand.Read instead of casting ints to bytes 2017-11-01 05:51:30 +00:00
bufio
builtin
bytes
cmd cmd/compile: provide more names for stack slots 2017-11-01 16:10:25 +00:00
compress
container container/ring: fix example_test.go 2017-10-31 03:52:55 +00:00
context
crypto archive/zip, crypto/tls: use rand.Read instead of casting ints to bytes 2017-11-01 05:51:30 +00:00
database/sql database/sql: scan into *time.Time without reflection 2017-10-25 19:29:16 +00:00
debug
encoding encoding/json: Include the offset of a SyntaxError 2017-10-31 22:44:14 +00:00
errors
expvar
flag flag: add (*FlagSet).Name, (*FlagSet).ErrorHandling, export (*FlagSet).Output 2017-10-31 03:54:16 +00:00
fmt fmt: hide bad format in test from vet 2017-10-31 13:49:53 +00:00
go all: remove unnecessary return after skipping test 2017-11-01 11:57:47 +00:00
hash
html
image image/draw, image/color: optimize hot path sqDiff function 2017-10-27 05:47:09 +00:00
index/suffixarray
internal all: respect $GO_GCFLAGS during run.bash 2017-10-31 13:19:15 +00:00
io io: flatten MultiWriter writers 2017-10-25 21:48:50 +00:00
log log: Remove unnecessary else 2017-10-25 05:02:37 +00:00
math math/big: save one subtraction per iteration in Float.Sqrt 2017-11-01 11:24:02 +00:00
mime all: unindent some if bodies by exiting early 2017-10-31 20:07:46 +00:00
net net/http: fix typo in doc string 2017-11-01 16:17:11 +00:00
os os: clarify that OpenFile reqires one of O_RDONLY/O_WRONLY/O_RDWR 2017-10-31 03:23:10 +00:00
path
plugin cmd/link, plugin: always encode path 2017-10-26 15:08:37 +00:00
reflect all: unindent some if bodies by exiting early 2017-10-31 20:07:46 +00:00
regexp all: unindent some if bodies by exiting early 2017-10-31 20:07:46 +00:00
runtime runtime: protect growslice against newcap*et.size overflow 2017-11-01 12:38:02 +00:00
sort sort: split post-Go1.4 code into its own file 2017-10-27 16:01:43 +00:00
strconv unicode: update to Unicode 10.0.0 2017-10-24 12:42:35 +00:00
strings strings: add examples for specialCase 2017-10-31 14:09:07 +00:00
sync
syscall syscall: document Time{spec,val} methods 2017-10-27 07:18:47 +00:00
testing
text all: unindent some if bodies by exiting early 2017-10-31 20:07:46 +00:00
time time: improve comments about valid layouts being invalid Parse values 2017-11-01 00:30:39 +00:00
unicode unicode: update to Unicode 10.0.0 2017-10-24 12:42:35 +00:00
unsafe
vendor/golang_org/x vendor/golang_org/x/net/route: refresh from upstream 2017-10-26 20:20:52 +00:00
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.bash: show correct GOROOT_BOOTSTRAP when using go env GOROOT 2017-11-01 13:43:35 +00:00
make.bat build: quiet make.bash, make.bat, make.rc 2017-10-31 13:48:53 +00:00
Make.dist
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