Explorar el Código

Fix: restore "time" import needed by throttle feature

pull/450/head
dolonet hace 1 mes
padre
commit
952fe3b474
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      internal/cli/run_proxy.go

+ 1
- 0
internal/cli/run_proxy.go Ver fichero

@@ -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"

Loading…
Cancelar
Guardar