This repository has been archived on 2024-09-06. You can view files and clone it, but cannot push or open issues or pull requests.
clash/component/profile/profile.go
2021-10-10 23:44:09 +08:00

9 lines
164 B
Go

package profile
import (
"go.uber.org/atomic"
)
// StoreSelected is a global switch for storing selected proxy to cache
var StoreSelected = atomic.NewBool(true)