FlowerWrong / tun2socks

Redirect tun flow to socks 5 in golang, support tcp and udp.
425 stars 107 forks source link

server.go: main redeclared in this block, previous declaration at client.go #34

Closed ramazanpolat closed 6 years ago

ramazanpolat commented 6 years ago

Is this a warning or an error?

C:\tun2socks>go get ./...
# github.com/FlowerWrong/tun2socks/cmd/udp
cmd\udp\server.go:8:6: main redeclared in this block
        previous declaration at cmd\udp\client.go:31:6
FlowerWrong commented 6 years ago

warning