mirror of
https://github.com/golang/go
synced 2024-11-05 15:06:09 -07:00
61f5e7d299
A function created for filepath.Walk in the blog package accepts an error as its third argument, but then does nothing with it. This change picks up the dropped error and returns it should it be non-nil. Change-Id: I68786f7f1f2accbe527994e2d3e7b2f3da257a2d GitHub-Last-Rev: d740e91601833d1033a6b9709a6c333f9dc3c1bc GitHub-Pull-Request: golang/tools#183 Reviewed-on: https://go-review.googlesource.com/c/tools/+/203884 Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> |
||
---|---|---|
.. | ||
atom | ||
blog_test.go | ||
blog.go |