Mon, 02 Feb 2026 14:18:39 CST | login

Information for build golang-github-burntsushi-locker-0-1.ocs23

ID18694
Package Namegolang-github-burntsushi-locker
Version0
Release1.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/golang-github-burntsushi-locker.git?.#1b423f458a67724719cedba17d65a5cfd48d1a80
SummarySimple Golang package for conveniently using named read/write locks
Description Package Locker is a simple package to manage named ReadWrite mutexes. These appear to be especially useful for synchronizing access to session based information in web applications. The common use case is to use the package level functions, which use a package level set of locks (safe to use from multiple goroutines simultaneously). However, you may also create a new separate set of locks. All locks are implemented with read-write mutexes. To use them like a regular mutex, simply ignore the RLock/RUnlock functions.
Built byfanjunkong
State complete
Volume DEFAULT
StartedMon, 26 Aug 2024 13:41:18 CST
CompletedMon, 26 Aug 2024 13:53:14 CST
Taskbuild (dist-ocs23-epol9, /opencloudos-stream/golang-github-burntsushi-locker.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/golang-github-burntsushi-locker.git?.#origin/master'}}
Tags
dist-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
golang-github-burntsushi-locker-0-1.ocs23.src.rpm (info) (download)
noarch
golang-github-burntsushi-locker-devel-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 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - -1 - initial build