github.com/chwjbn/xclash@v0.2.0/component/profile/profile.go (about) 1 package profile 2 3 import ( 4 "go.uber.org/atomic" 5 ) 6 7 // StoreSelected is a global switch for storing selected proxy to cache 8 var StoreSelected = atomic.NewBool(true)