From 4d0da37cbb81292c66a8d7a7b8d5658450a847f5 Mon Sep 17 00:00:00 2001 From: Googler Date: Wed, 28 Nov 2018 14:00:54 -0800 Subject: Internal change. PiperOrigin-RevId: 223231273 Change-Id: I8fb97ea91f7507b4918f7ce6562890611513fc30 --- runsc/cmd/boot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runsc/cmd/boot.go') diff --git a/runsc/cmd/boot.go b/runsc/cmd/boot.go index 7c14857ba..5f5dca109 100644 --- a/runsc/cmd/boot.go +++ b/runsc/cmd/boot.go @@ -15,12 +15,12 @@ package cmd import ( + "context" "os" "runtime/debug" "strings" "syscall" - "context" "flag" "github.com/google/subcommands" specs "github.com/opencontainers/runtime-spec/specs-go" -- cgit v1.2.3