From 2ffe1e911238a9ff04aa340e698cd43b687bf558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Sun, 26 Sep 2021 10:20:40 +0800 Subject: [PATCH] Update rule.go --- control/rule.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/control/rule.go b/control/rule.go index 53ec1f4b..60f9557e 100644 --- a/control/rule.go +++ b/control/rule.go @@ -29,8 +29,8 @@ type Control struct { options Options } -// new returns Manager with settings. -func new(service string, o *Options) *Control { +// newctrl returns Manager with settings. +func newctrl(service string, o *Options) *Control { m := &Control{service: service, options: func() Options { if o == nil {