From 327cbdc5cd10ee1aec6ef4dce1af027b3e277f33 Mon Sep 17 00:00:00 2001 From: QxQ <59914293+U-v-U@users.noreply.github.com> Date: Wed, 14 Apr 2021 10:09:52 +0800 Subject: [PATCH] grammar fix --- main/distro/all/all.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/distro/all/all.go b/main/distro/all/all.go index f2462915c..241e9744d 100644 --- a/main/distro/all/all.go +++ b/main/distro/all/all.go @@ -3,7 +3,7 @@ package all import ( // The following are necessary as they register handlers in their init functions. - // Required features. Can't remove unless there is replacements. + // Mandatory features. Can't remove unless there are replacements. _ "github.com/v2fly/v2ray-core/v4/app/dispatcher" _ "github.com/v2fly/v2ray-core/v4/app/proxyman/inbound" _ "github.com/v2fly/v2ray-core/v4/app/proxyman/outbound"