An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

proxy.golang.org : github.com/rickb777/path : v1.1.0

Package path implements utility routines for manipulating slash-separated paths. This deliberately resembles the standard path API closely. The similarity is intentional and credit is due to the Go authors for their work. This package may serve as a drop-in replacement for the standard path package. In addition to the functions available in the standard path package, there are extra functions for dividing paths. There is also a type Path. This allows path strings to be manipulated using methods instead of helper functions. These methods follow a similar design, and also allow iteration through path segments. This package should only be used for paths separated by forward slashes, such as the paths in URLs.

Registry - Documentation - Download - JSON
purl: pkg:golang/github.com/rickb777/[email protected]
Published:
Indexed:

    Loading...
    Readme
    Loading...