Pakiet: golang-github-bmatcuk-doublestar-dev (1.2.1-1)
Odnośniki dla golang-github-bmatcuk-doublestar-dev
Zasoby systemu Trisquel:
- Install using apturl
- Entry at directory.fsf.org
- Raporty o błędach
- Changelog
- Informacje nt. praw autorskich
Pobieranie pakietu źródłowego golang-github-bmatcuk-doublestar:
- [golang-github-bmatcuk-doublestar_1.2.1-1.dsc]
- [golang-github-bmatcuk-doublestar_1.2.1.orig.tar.gz]
- [golang-github-bmatcuk-doublestar_1.2.1-1.debian.tar.xz]
Opiekun:
Original Maintainers:
- Debian Go Packaging Team
- Thorsten Alteholz
Zasoby zewnętrzne:
- Strona internetowa [github.com]
Podobne pakiety:
support for double star matches in golang's path.Match and filepath.Glob
This package contains a Golang implementation of path pattern matching and globbing with support for "doublestar" (aka globstar: **) patterns.
doublestar patterns match files and directories recursively. For example, if you had the following directory structure:
grandparent `-- parent
|-- child1 `-- child2
You could find the children with patterns such as: **/child*, grandparent/**/child?, **/parent/*, or even just ** by itself (which will return all files and directories recursively).
Bash's globstar is doublestar's inspiration and, as such, works similarly. Note that the doublestar must appear as a path component by itself. A pattern such as /path** is invalid and will be treated the same as /path*, but /path*/** should achieve the desired result. Additionally, /path/** will match all directories and files under the path directory, but /path/**/ will only match directories.
Pobieranie golang-github-bmatcuk-doublestar-dev
Architektura | Rozmiar pakietu | Rozmiar po instalacji | Pliki |
---|---|---|---|
all | 9,4 KiB | 43 KiB | [lista plików] |