Chore: use golangci-lint config file

This commit is contained in:
Dreamacro
2022-02-19 00:08:51 +08:00
parent a0221bf897
commit 03e4b5d525
3 changed files with 17 additions and 3 deletions

View File

@ -4,9 +4,9 @@ import (
"net"
"syscall"
"golang.org/x/sys/unix"
"github.com/Dreamacro/clash/component/iface"
"golang.org/x/sys/unix"
)
type controlFn = func(network, address string, c syscall.RawConn) error