Chore: refine go import

This commit is contained in:
Dreamacro
2021-04-05 13:00:49 +08:00
parent 0a35237915
commit 42e21b3733
5 changed files with 5 additions and 1 deletions

View File

@ -8,10 +8,10 @@ import (
"time"
"github.com/Dreamacro/clash/tunnel/statistic"
"github.com/gorilla/websocket"
"github.com/go-chi/chi/v5"
"github.com/go-chi/render"
"github.com/gorilla/websocket"
)
func connectionRouter() http.Handler {