mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-05 00:39:34 +00:00
go fmt
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
1364922c81
commit
3208cca326
@ -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