Update schema.go

This commit is contained in:
yuhj86 2025-08-18 18:16:13 +08:00 committed by GitHub
parent 7668f44f97
commit 9061e57ca6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,7 +58,7 @@ type Schema struct {
initialized chan struct{} initialized chan struct{}
namer Namer namer Namer
cacheStore *sync.Map cacheStore *sync.Map
rwmu sync.RWMutex rwmu sync.RWMutex
} }
func (schema Schema) String() string { func (schema Schema) String() string {