This commit is contained in:
shoopea 2020-01-02 23:49:30 +08:00
parent 150c98d0b4
commit 52ff68fb1f

1
obj.go
View File

@ -438,6 +438,7 @@ func loadObjCastle() error {
c.Name = name
cacheObjCastle.Store(logo, *c)
cacheObjCastle.Store(name, *c)
fmt.Printf("loadObjCastle : caching %s.\n", c.Name)
}
return nil