summaryrefslogtreecommitdiffhomepage
path: root/tools/go_marshal/test/escape/escape.go
diff options
context:
space:
mode:
Diffstat (limited to 'tools/go_marshal/test/escape/escape.go')
-rw-r--r--tools/go_marshal/test/escape/escape.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/go_marshal/test/escape/escape.go b/tools/go_marshal/test/escape/escape.go
index 3a1a64e9c..ff23d87d1 100644
--- a/tools/go_marshal/test/escape/escape.go
+++ b/tools/go_marshal/test/escape/escape.go
@@ -15,8 +15,8 @@
package escape
import (
+ "gvisor.dev/gvisor/pkg/marshal"
"gvisor.dev/gvisor/pkg/usermem"
- "gvisor.dev/gvisor/tools/go_marshal/marshal"
"gvisor.dev/gvisor/tools/go_marshal/test"
)