mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-08-07 16:18:32 +00:00
10 lines
156 B
Go
10 lines
156 B
Go
![]() |
// +build json
|
||
|
|
||
|
package internet
|
||
|
|
||
|
import "github.com/v2ray/v2ray-core/common/loader"
|
||
|
|
||
|
func init() {
|
||
|
configCache = loader.NewJSONConfigLoader("type", "")
|
||
|
}
|