afero icon indicating copy to clipboard operation
afero copied to clipboard

Minor documentation hiccup

Open rickb777 opened this issue 4 years ago • 1 comments

In path.go, there is a blank line before func (a Afero) Walk(root string, walkFn filepath.WalkFunc) error so the documentation above isn't shown in godoc.

(v1.4.1)

rickb777 avatar Oct 09 '20 21:10 rickb777

Also the second Walk function could do with something, e.g.

// Walk walks the file tree rooted at root - see details above. 

rickb777 avatar Oct 09 '20 21:10 rickb777