зеркало из https://github.com/golang/tools.git
blog: fix swallowed error
This commit is contained in:
Родитель
bc4a8d3946
Коммит
d740e91601
|
@ -188,6 +188,9 @@ func (s *Server) loadDocs(root string) error {
|
|||
// Read content into docs field.
|
||||
const ext = ".article"
|
||||
fn := func(p string, info os.FileInfo, err error) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
if filepath.Ext(p) != ext {
|
||||
return nil
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче