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: 12.fc39 | Build date: Thu Jul 20 05:54:43 2023 |
Group: Unspecified | Build host: buildvm-x86-11.iad2.fedoraproject.org |
Size: 7335 | Source RPM: golang-github-ryanuber-glob-1.0.0-12.fc39.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
* 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 * Thu Jan 20 2022 Fedora Release Engineering <[email protected]> - 1.0.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering <[email protected]> - 1.0.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_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/README.md /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 22:15:25 2024