diff options
| author | Russ Cox <rsc@golang.org> | 2009-10-20 13:00:16 -0700 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2009-10-20 13:00:16 -0700 |
| commit | 3b898983005c16f5b182d1b433e622f8a6de99eb (patch) | |
| tree | 4c7e239969079349aa840a7444732ca7cad27deb /src/pkg/debug/elf/file_test.go | |
| parent | 0f60a452df747c97b012636454382f70cddcac31 (diff) | |
| download | golang-3b898983005c16f5b182d1b433e622f8a6de99eb.tar.gz | |
base64 -> encoding/base64
base85 -> encoding/ascii85, encoding/git85
debug/binary -> encoding/binary
R=r
DELTA=3190 (1884 added, 1297 deleted, 9 changed)
OCL=35923
CL=35929
Diffstat (limited to 'src/pkg/debug/elf/file_test.go')
| -rw-r--r-- | src/pkg/debug/elf/file_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/debug/elf/file_test.go b/src/pkg/debug/elf/file_test.go index 01e638eea..9b756aea1 100644 --- a/src/pkg/debug/elf/file_test.go +++ b/src/pkg/debug/elf/file_test.go @@ -5,7 +5,7 @@ package elf import ( - "debug/binary"; + "encoding/binary"; "reflect"; "testing"; ) |
