mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-05 04:47:40 +03:00
Refine format
This commit is contained in:
parent
9d88431791
commit
90beb46c6d
16 changed files with 74 additions and 143 deletions
2
common/cache/lrucache.go
vendored
2
common/cache/lrucache.go
vendored
|
@ -6,7 +6,7 @@ import (
|
|||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/sagernet/sing/common/list"
|
||||
"github.com/sagernet/sing/common/x/list"
|
||||
)
|
||||
|
||||
type Option[K comparable, V any] func(*LruCache[K, V])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue