1
0
mirror of https://github.com/golang/go synced 2024-11-07 18:06:27 -07:00
go/src
Jack 4016de0daf filepath: updates doc to give case where WalkFunc info arg may be nil
If a filepath.WalkFunc is called with an non-nil err argument, it's possible
that the info argument will be nil. The comment above filepath.WalkFunc now
reflects this.

Fixes #26425

Change-Id: Ib9963b3344587d2993f1698c5a801f2d1286856b
GitHub-Last-Rev: 553fc266b5
GitHub-Pull-Request: golang/go#26435
Reviewed-on: https://go-review.googlesource.com/124635
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2018-07-18 19:53:37 +00:00
..
archive archive/zip: fix regression when writing directories 2018-07-16 22:52:11 +00:00
bufio
builtin
bytes
cmd cmd/compile: fix an arm64's comparison bug 2018-07-18 14:15:05 +00:00
compress
container
context
crypto crypto/x509: add GODEBUG option x509ignoreCN=1 2018-07-16 19:30:55 +00:00
database/sql
debug
encoding
errors
expvar
flag
fmt
go go/types: record type information after detecting error 2018-07-12 22:12:51 +00:00
hash
html html/template: ignore untyped nil arguments to default escapers 2018-07-09 21:54:35 +00:00
image all: clean up some Deprecated comments 2018-07-06 17:40:56 +00:00
index/suffixarray
internal doc: update the minimum support Windows version 2018-07-11 22:05:38 +00:00
io
log
math
mime
net http/internal: document final CRLF behavior on chunkedWriter 2018-07-17 02:23:17 +00:00
os os/exec: document ExtraFiles is not supported on windows 2018-07-13 22:29:48 +00:00
path filepath: updates doc to give case where WalkFunc info arg may be nil 2018-07-18 19:53:37 +00:00
plugin
reflect
regexp regexp: reword Match documentation to be more like Find 2018-07-13 18:52:46 +00:00
runtime Revert "runtime: fix lldb test after DWARF compression" 2018-07-17 16:25:47 +00:00
sort
strconv
strings
sync cmd/vet,sync: check lock values more precisely 2018-07-14 06:48:21 +00:00
syscall syscall: update check for UserNS support for CentOS 7.5+ 2018-07-18 01:16:24 +00:00
testing
text html/template: ignore untyped nil arguments to default escapers 2018-07-09 21:54:35 +00:00
time time: fix typo in Truncate example 2018-07-12 15:01:16 +00:00
unicode
unsafe
vendor/golang_org/x vendor: update vendored x/net/http/httpproxy 2018-07-09 19:35:21 +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.bat
Make.dist
make.rc
naclmake.bash
nacltest.bash
race.bash runtime/cgo: Add initial NetBSD Thread Sanitizer support 2018-07-10 23:14:31 +00:00
race.bat
run.bash
run.bat
run.rc