всички настройки
bullseye  ] [  bookworm  ] [  bookworm-backports  ] [  trixie  ] [  sid  ]
[ Източник: golang-github-bmatcuk-doublestar  ]

Пакет: golang-github-bmatcuk-doublestar-dev (2.0.4-1)

Връзки за golang-github-bmatcuk-doublestar-dev

Screenshot

Ресурси за Debian:

Изтегляне на пакет-източник golang-github-bmatcuk-doublestar.

Отговорници:

Външни препратки:

Подобни пакети:

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.

Изтегляне на golang-github-bmatcuk-doublestar-dev

Изтегляне за всички налични архитектури
Архитектура Големина на пакета Големина след инсталиране Файлове
all 10,3 кБ48,0 кБ [списък на файловете]