From 796eb5c95cbc9df23fe64e88776aece98f84af83 Mon Sep 17 00:00:00 2001 From: "Maze.tsz" Date: Fri, 26 Nov 2021 00:57:33 +0800 Subject: [PATCH] Revert "[test] rule providers" This reverts commit d4cc650633b63b440fdfcb23e5506444bdd1b981. --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index 3a950a0c..1363795c 100644 --- a/config/config.go +++ b/config/config.go @@ -114,7 +114,7 @@ type Script struct { // Experimental config type Experimental struct{} -// Config is clash core config manager +// Config is clash config manager type Config struct { General *General Tun *Tun