添加单元测试

This commit is contained in:
Yun
2025-09-17 19:30:18 +08:00
parent 4a131290d6
commit 7ceb13d438
5 changed files with 513 additions and 1 deletions
+4
View File
@@ -212,3 +212,7 @@ func (g *GlobalLock) IsClosed() bool {
defer g.closeLock.RUnlock()
return g.isClosed
}
func (l *GlobalLock) GetValue() string {
return l.value
}