format: gofumpt

This commit is contained in:
Toby
2022-08-13 11:04:28 -07:00
parent 4747be198e
commit 1462cadfdc
41 changed files with 210 additions and 132 deletions

View File

@@ -4,9 +4,10 @@
package tun
import (
"net"
"github.com/tobyxdd/hysteria/pkg/utils"
"github.com/xjasonlyu/tun2socks/v2/core/adapter"
"net"
)
func (s *Server) HandleTCP(localConn adapter.TCPConn) {