diff options
Diffstat (limited to 'runsc/cmd/checkpoint.go')
-rw-r--r-- | runsc/cmd/checkpoint.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/cmd/checkpoint.go b/runsc/cmd/checkpoint.go index d49d0169b..4f4771da2 100644 --- a/runsc/cmd/checkpoint.go +++ b/runsc/cmd/checkpoint.go @@ -15,11 +15,11 @@ package cmd import ( + "context" "os" "path/filepath" "syscall" - "context" "flag" "github.com/google/subcommands" "gvisor.googlesource.com/gvisor/pkg/log" |