Skip to content

Commit

Permalink
cmd/vendor: move cmd/internal/unvendor packages to cmd/vendor
Browse files Browse the repository at this point in the history
Updates #14047

Change-Id: I4b150533393bfb90e840497095ac32bcca4f04c2
Reviewed-on: https://go-review.googlesource.com/23114
Run-TryBot: Brad Fitzpatrick <[email protected]>
TryBot-Result: Gobot Gobot <[email protected]>
Reviewed-by: Brad Fitzpatrick <[email protected]>
  • Loading branch information
kostya-sh authored and bradfitz committed May 14, 2016
1 parent 6181db5 commit 094afe0
Show file tree
Hide file tree
Showing 34 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions misc/nacl/testzip.proto
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,23 @@ go src=..
internal
objfile
objfile.go
unvendor
golang.org
x
arch
arm
armasm
testdata
+
x86
x86asm
testdata
+
gofmt
gofmt.go
gofmt_test.go
testdata
+
vendor
golang.org
x
arch
arm
armasm
testdata
+
x86
x86asm
testdata
+
archive
tar
testdata
Expand Down
4 changes: 2 additions & 2 deletions src/cmd/internal/objfile/disasm.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import (
"strings"
"text/tabwriter"

"cmd/internal/unvendor/golang.org/x/arch/arm/armasm"
"cmd/internal/unvendor/golang.org/x/arch/x86/x86asm"
"golang.org/x/arch/arm/armasm"
"golang.org/x/arch/x86/x86asm"
)

// Disasm is a disassembler for a given File.
Expand Down
File renamed without changes.

0 comments on commit 094afe0

Please sign in to comment.