Chore: move "geodata" to package "component"

This commit is contained in:
yaling888
2021-11-02 18:23:01 +08:00
parent 325b7f455f
commit b515a4e270
19 changed files with 163 additions and 152 deletions

View File

@ -3,12 +3,12 @@ package rules
import (
"fmt"
"github.com/Dreamacro/clash/component/geodata"
"github.com/Dreamacro/clash/component/geodata/router"
C "github.com/Dreamacro/clash/constant"
"github.com/Dreamacro/clash/log"
"github.com/Dreamacro/clash/rule/geodata"
//_ "github.com/Dreamacro/clash/rule/geodata/memconservative"
"github.com/Dreamacro/clash/rule/geodata/router"
_ "github.com/Dreamacro/clash/rule/geodata/standard"
_ "github.com/Dreamacro/clash/component/geodata/standard"
)
type GEOSITE struct {