From 48fd753a96d7c978206ba665f9e1517fa1d0e22b Mon Sep 17 00:00:00 2001 From: hoteas Date: Mon, 10 Jan 2022 13:23:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=83=E9=99=90=E6=A8=A1=E5=9D=97=E5=BC=80?= =?UTF-8?q?=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/main.go b/example/main.go index b6c4143..63de6f0 100644 --- a/example/main.go +++ b/example/main.go @@ -15,7 +15,7 @@ func main() { appIns := hotime.Init("config/config.json") //RESTfull接口适配 appIns.SetConnectListener(func(context *hotime.Context) bool { - + //支撑权限设置 return true })