Add golint, make linting top-level

Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>
This commit is contained in:
Riyaz Faizullabhoy
2016-12-19 15:43:51 -08:00
parent 9eadb18715
commit f2a1c0dd24
14 changed files with 60 additions and 27 deletions

View File

@@ -1,11 +1,12 @@
// Package proxy provides a network Proxy interface and implementations for TCP
// Package libproxy provides a network Proxy interface and implementations for TCP
// and UDP.
package libproxy
import (
"fmt"
"github.com/rneugeba/virtsock/go/vsock"
"net"
"github.com/rneugeba/virtsock/go/vsock"
)
// Proxy defines the behavior of a proxy. It forwards traffic back and forth