From 34bc8e3a3cd2f5fc8019f14559cc8f0642c692da 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: Tue, 9 Nov 2021 12:41:41 +0800 Subject: [PATCH] Update tl.go --- plugin_translation/tl.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin_translation/tl.go b/plugin_translation/tl.go index b931f95f..498fc50d 100644 --- a/plugin_translation/tl.go +++ b/plugin_translation/tl.go @@ -1,3 +1,4 @@ +// Package translation 翻译 package translation import ( @@ -18,7 +19,7 @@ import ( var ( prio = 100 - bucket = rate.NewManager(time.Minute, 20) // 接口回复 + bucket = rate.NewManager(time.Minute, 20) // 接口回复 ) func tl(d string) ([]byte, error) {