Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-10-21 15:35:10 +01:00
parent 1364922c81
commit 3208cca326
4 changed files with 27 additions and 28 deletions

View File

@ -3,8 +3,8 @@ package main
import ( import (
"encoding/binary" "encoding/binary"
"flag" "flag"
"github.com/rneugeba/virtsock/go/vsock"
"github.com/rneugeba/virtsock/go/hvsock" "github.com/rneugeba/virtsock/go/hvsock"
"github.com/rneugeba/virtsock/go/vsock"
"log" "log"
"net" "net"
"proxy/libproxy" "proxy/libproxy"

View File

@ -12,7 +12,6 @@ import (
var interactiveMode bool var interactiveMode bool
// sendError signals the error to the parent and quits the process. // sendError signals the error to the parent and quits the process.
func sendError(err error) { func sendError(err error) {
if interactiveMode { if interactiveMode {