aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/debuglog.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/debuglog.go')
-rw-r--r--src/runtime/debuglog.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/debuglog.go b/src/runtime/debuglog.go
index 695cd204f5..25186af7e0 100644
--- a/src/runtime/debuglog.go
+++ b/src/runtime/debuglog.go
@@ -18,7 +18,7 @@ package runtime
import (
"internal/abi"
"internal/runtime/atomic"
- "runtime/internal/sys"
+ "internal/runtime/sys"
"unsafe"
)