path
This enhances the standard path API with some extra functions. This API is intended to be a drop-in replacement;
it merely calls through to the standard API where there is duplication.
There is also a type Path, which is a kind of string. Path provides a similar set of methods to the helper functions.
Please see the GoDoc for more.
Installation
go get -u github.com/rickb777/path
Status
This library has been in reliable production use for some time. Versioning follows the well-known semantic version pattern.
Licence
MIT