1
0
mirror of https://github.com/golang/go synced 2024-10-01 07:28:35 -06:00
go/blog
Lars Lehtonen 61f5e7d299 blog: fix swallowed error
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>
2019-12-18 19:17:56 +00:00
..
atom blog/atom: support atom:link as in RFC4287 4.2.7 2017-02-04 21:42:09 +00:00
blog_test.go godoc,blog: perform minor cleanup 2018-04-14 19:30:04 +00:00
blog.go blog: fix swallowed error 2019-12-18 19:17:56 +00:00