mirror of
https://github.com/bolucat/Archive.git
synced 2025-09-27 12:33:06 +08:00
9 lines
191 B
Go
9 lines
191 B
Go
package profile
|
|
|
|
import (
|
|
"github.com/MerlinKodo/clash-rev/common/atomic"
|
|
)
|
|
|
|
// StoreSelected is a global switch for storing selected proxy to cache
|
|
var StoreSelected = atomic.NewBool(true)
|