mirror of
https://github.com/woodchen-ink/proxy-go.git
synced 2025-07-19 08:51:55 +08:00
修复文件大小缓存项注释格式,确保代码风格一致性。
This commit is contained in:
parent
30e2f1360e
commit
febe460baa
@ -16,7 +16,7 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
// 文件大小缓存项
|
// 文件大小缓存项
|
||||||
type fileSizeCache struct {
|
type fileSizeCache struct {
|
||||||
size int64
|
size int64
|
||||||
timestamp time.Time
|
timestamp time.Time
|
||||||
@ -375,3 +375,4 @@ func ClearFileSizeCache() {
|
|||||||
if count > 0 {
|
if count > 0 {
|
||||||
log.Printf("[FileSizeCache] 清理了 %d 个文件大小缓存项", count)
|
log.Printf("[FileSizeCache] 清理了 %d 个文件大小缓存项", count)
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user