diff options
Diffstat (limited to 'src/pkg/debug/macho/file.go')
| -rw-r--r-- | src/pkg/debug/macho/file.go | 2 |
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"; |
