summaryrefslogtreecommitdiff
path: root/src/pkg/debug/macho/file.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/debug/macho/file.go')
-rw-r--r--src/pkg/debug/macho/file.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/debug/macho/file.go b/src/pkg/debug/macho/file.go
index fee02fb27..67af39be5 100644
--- a/src/pkg/debug/macho/file.go
+++ b/src/pkg/debug/macho/file.go
@@ -10,8 +10,8 @@ package macho
import (
"bytes";
- "debug/binary";
"debug/dwarf";
+ "encoding/binary";
"fmt";
"io";
"os";