diff options
Diffstat (limited to 'runsc/cmd/debug.go')
-rw-r--r-- | runsc/cmd/debug.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/cmd/debug.go b/runsc/cmd/debug.go index 288cbe435..de530c068 100644 --- a/runsc/cmd/debug.go +++ b/runsc/cmd/debug.go @@ -15,9 +15,9 @@ package cmd import ( + "context" "syscall" - "context" "flag" "github.com/google/subcommands" "gvisor.googlesource.com/gvisor/pkg/log" |