mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-03 16:00:36 +00:00
go fmt
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
96b84cc975
commit
142d621c06
@ -3,8 +3,8 @@ package main
|
||||
import (
|
||||
"encoding/binary"
|
||||
"flag"
|
||||
"github.com/rneugeba/virtsock/go/vsock"
|
||||
"github.com/rneugeba/virtsock/go/hvsock"
|
||||
"github.com/rneugeba/virtsock/go/vsock"
|
||||
"log"
|
||||
"net"
|
||||
"proxy/libproxy"
|
||||
|
@ -12,7 +12,6 @@ import (
|
||||
|
||||
var interactiveMode bool
|
||||
|
||||
|
||||
// sendError signals the error to the parent and quits the process.
|
||||
func sendError(err error) {
|
||||
if interactiveMode {
|
||||
|
Loading…
Reference in New Issue
Block a user