summaryrefslogtreecommitdiff
path: root/src/cmd/internal/objfile/goobj.go
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2014-11-17 12:56:35 +1100
committerAndrew Gerrand <adg@golang.org>2014-11-17 12:56:35 +1100
commit93029a5af5a597bee6aaec72931176c50c091e38 (patch)
tree21bb07140cddbb2678a1a08cf65ee90c8d539bc6 /src/cmd/internal/objfile/goobj.go
parentf710fceb21969ee65000d2dde6d08858fedd291b (diff)
downloadgo-93029a5af5a597bee6aaec72931176c50c091e38.tar.gz
[release-branch.go1.4] debug/goobj: move to cmd/internal/goobj
??? CL 174250043 / c16349455e05 debug/goobj: move to cmd/internal/goobj debug/goobj is not ready to be published but it is needed for the various binary-reading commands. Move to cmd/internal/goobj. (The Go 1.3 release branch deleted it, but that's not an option anymore due to the command dependencies. The API is still not vetted nor terribly well designed.) LGTM=adg, dsymonds R=adg, dsymonds CC=golang-codereviews https://codereview.appspot.com/174250043 ??? LGTM=rsc R=rsc CC=golang-codereviews https://codereview.appspot.com/177890043
Diffstat (limited to 'src/cmd/internal/objfile/goobj.go')
-rw-r--r--src/cmd/internal/objfile/goobj.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/internal/objfile/goobj.go b/src/cmd/internal/objfile/goobj.go
index a1d773023..6b1607a17 100644
--- a/src/cmd/internal/objfile/goobj.go
+++ b/src/cmd/internal/objfile/goobj.go
@@ -7,7 +7,7 @@
package objfile
import (
- "debug/goobj"
+ "cmd/internal/goobj"
"fmt"
"os"
)