summaryrefslogtreecommitdiff
path: root/src/cmd/link/dead.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/link/dead.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/link/dead.go')
-rw-r--r--src/cmd/link/dead.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/link/dead.go b/src/cmd/link/dead.go
index e1e775eb3..ee23a61f8 100644
--- a/src/cmd/link/dead.go
+++ b/src/cmd/link/dead.go
@@ -6,7 +6,7 @@
package main
-import "debug/goobj"
+import "cmd/internal/goobj"
// dead removes unreachable code and data from the program.
// It is basically a mark-sweep garbage collection: traverse all the