Mon, 02 Feb 2026 19:42:33 CST | login

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

ID18276
Package Namegolang-github-ryanuber-glob
Version1.0.0
Release1.ocs23
Epoch
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
StartedMon, 19 Aug 2024 11:56:24 CST
CompletedMon, 19 Aug 2024 12:00:54 CST
Taskbuild (dist-ocs23-epol9, /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
dist-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
golang-github-ryanuber-glob-1.0.0-1.ocs23.src.rpm (info) (download)
noarch
golang-github-ryanuber-glob-devel-1.0.0-1.ocs23.noarch.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Aug 19 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - -1 - initial build