mirror of
https://github.com/gofiber/storage.git
synced 2025-10-05 08:37:10 +08:00
🦴 update skeleton
This commit is contained in:
@@ -33,7 +33,7 @@ func New(config ...Config) *Storage {
|
||||
gcInterval: cfg.GCInterval,
|
||||
}
|
||||
|
||||
// start garbage collector
|
||||
// Start garbage collector
|
||||
go store.gc()
|
||||
|
||||
return store
|
||||
|
Reference in New Issue
Block a user