浏览代码

Fix: restore "time" import needed by throttle feature

pull/450/head
dolonet 2 个月前
父节点
当前提交
952fe3b474
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      internal/cli/run_proxy.go

+ 1
- 0
internal/cli/run_proxy.go 查看文件

@@ -5,6 +5,7 @@ import (
5 5
 	"fmt"
6 6
 	"net"
7 7
 	"os"
8
+	"time"
8 9
 
9 10
 	"github.com/dolonet/mtg-multi/antireplay"
10 11
 	"github.com/dolonet/mtg-multi/events"

正在加载...
取消
保存