Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: golang-github-ryanuber-glob-devel | Distribution: Fedora Project |
Version: 1.0.0 | Vendor: Fedora Project |
Release: 14.fc40 | Build date: Wed Jan 24 20:34:02 2024 |
Group: Unspecified | Build host: buildhw-x86-14.iad2.fedoraproject.org |
Size: 6170 | Source RPM: golang-github-ryanuber-glob-1.0.0-14.fc40.src.rpm |
Packager: Fedora Project | |
Url: https://github.com/ryanuber/go-glob | |
Summary: Basic string globs in Go |
Go-glob is a single-function library implementing basic string glob support. Globs are an extremely user-friendly way of supporting string matching without requiring knowledge of regular expressions or Go's particular regex engine. Most people understand that if you put a * character somewhere in a string, it is treated as a wildcard. Surprisingly, this functionality isn't found in Go's standard library, except for path.Match, which is intended to be used while comparing paths (not arbitrary strings), and contains specialized logic for this use case. A better solution might be a POSIX basic (non-ERE) regular expression engine for Go, which doesn't exist currently. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/ryanuber/go-glob
MIT
* Wed Jan 24 2024 Fedora Release Engineering <[email protected]> - 1.0.0-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jan 20 2024 Fedora Release Engineering <[email protected]> - 1.0.0-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jul 20 2023 Fedora Release Engineering <[email protected]> - 1.0.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jan 19 2023 Fedora Release Engineering <[email protected]> - 1.0.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering <[email protected]> - 1.0.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
/usr/share/doc/golang-github-ryanuber-glob-devel /usr/share/doc/golang-github-ryanuber-glob-devel/README.md /usr/share/gocode/src/github.com /usr/share/gocode/src/github.com/ryanuber /usr/share/gocode/src/github.com/ryanuber/go-glob /usr/share/gocode/src/github.com/ryanuber/go-glob/.goipath /usr/share/gocode/src/github.com/ryanuber/go-glob/glob.go /usr/share/gocode/src/github.com/ryanuber/go-glob/glob_test.go /usr/share/gocode/src/github.com/ryanuber/go-glob/go.mod /usr/share/licenses/golang-github-ryanuber-glob-devel /usr/share/licenses/golang-github-ryanuber-glob-devel/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 23:56:58 2024