diff options
Diffstat (limited to 'src/pkg/debug/elf/file.go')
| -rw-r--r-- | src/pkg/debug/elf/file.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/debug/elf/file.go b/src/pkg/debug/elf/file.go index 0c5d6f317..0b5ff3fa1 100644 --- a/src/pkg/debug/elf/file.go +++ b/src/pkg/debug/elf/file.go @@ -6,8 +6,8 @@ package elf import ( - "debug/binary"; "debug/dwarf"; + "encoding/binary"; "fmt"; "io"; "os"; |
