go-billy icon indicating copy to clipboard operation
go-billy copied to clipboard

Improve documentation

Open campoy opened this issue 7 years ago • 1 comments

This library is used by go-git and as such many developers get to use it.

Currently the documentation is quite poor. See https://godoc.org/github.com/src-d/go-billy, there's zero package level documentation explaining what this library is for.

It'd be also nice to have a comparison with https://github.com/spf13/afero.

It is also missing a CONTRIBUTING.md and references to Code of Conduct etc as requested by https://github.com/src-d/guide/blob/master/engineering/documentation.md

campoy avatar Feb 22 '18 00:02 campoy

To throw in some specifics, how to get a sensible default implementation of Filesystem would be nice to know.

MMulthaupt avatar Dec 04 '19 16:12 MMulthaupt