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 (
|
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"
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user