mirror of
https://github.com/astaxie/beego.git
synced 2025-06-11 20:20:39 +00:00
gofmt -s & go_vet
This commit is contained in:
2
cache/memory.go
vendored
2
cache/memory.go
vendored
@ -202,7 +202,7 @@ func (bc *MemoryCache) vaccuum() {
|
||||
if bc.items == nil {
|
||||
return
|
||||
}
|
||||
for name, _ := range bc.items {
|
||||
for name := range bc.items {
|
||||
bc.item_expired(name)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user