Revert "[fix]code"

This reverts commit 0431969a73.
This commit is contained in:
maze.y2b@gmail.com
2021-12-02 20:08:34 +08:00
parent b15a7c8b6f
commit 53eb3f15bb
13 changed files with 9 additions and 784 deletions

View File

@@ -1,6 +1,5 @@
package provider
import "C"
import (
"github.com/Dreamacro/clash/constant"
)
@@ -80,8 +79,6 @@ const (
Classical
)
type Behavior int
// RuleType defined
type RuleType int

View File

@@ -12,7 +12,6 @@ const (
SrcPort
DstPort
Process
RuleSet
Script
MATCH
)
@@ -41,8 +40,6 @@ func (rt RuleType) String() string {
return "DstPort"
case Process:
return "Process"
case RuleSet:
return "RuleSet"
case Script:
return "Script"
case MATCH: