aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/stack.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/stack.go')
-rw-r--r--src/runtime/stack.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/stack.go b/src/runtime/stack.go
index cdf859a7ff..bdfeb21c18 100644
--- a/src/runtime/stack.go
+++ b/src/runtime/stack.go
@@ -10,7 +10,7 @@ import (
"internal/goarch"
"internal/goos"
"internal/runtime/atomic"
- "runtime/internal/sys"
+ "internal/runtime/sys"
"unsafe"
)