Refine format

This commit is contained in:
世界 2022-06-16 11:46:32 +08:00
parent 9d88431791
commit 90beb46c6d
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
16 changed files with 74 additions and 143 deletions

View file

@ -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])