mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-07 23:42:44 +00:00
Add golint, make linting top-level
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user