mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
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://golang.org/cl/174250043
This commit is contained in:
parent
f07ea227ee
commit
3e7d4f11c0
14 changed files with 13 additions and 13 deletions
|
|
@ -7,7 +7,7 @@
|
|||
package objfile
|
||||
|
||||
import (
|
||||
"debug/goobj"
|
||||
"cmd/internal/goobj"
|
||||
"fmt"
|
||||
"os"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue