Update tl.go

This commit is contained in:
源文雨 2021-11-09 12:41:41 +08:00 committed by GitHub
parent 1304611ab7
commit 34bc8e3a3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {