Mon, 02 Feb 2026 11:33:29 CST | login

Information for build golang-github-ryanuber-glob-1.0.0-1.oc9

ID29983
Package Namegolang-github-ryanuber-glob
Version1.0.0
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/golang-github-ryanuber-glob.git?.#a40e144dad32867a51cb48d9a042d5c1b4e74ac0
SummaryBasic string globs in Go
Description 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.
Built byfanjunkong
State complete
Volume DEFAULT
StartedSat, 21 Sep 2024 02:18:13 CST
CompletedSat, 21 Sep 2024 02:25:16 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/golang-github-ryanuber-glob.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/golang-github-ryanuber-glob.git?.#origin/master'}}
Tags
epol9-test-compose
RPMs
src
golang-github-ryanuber-glob-1.0.0-1.oc9.src.rpm (info) (download)
noarch
golang-github-ryanuber-glob-devel-1.0.0-1.oc9.noarch.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Aug 19 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - -1 - initial build