]> Cypherpunks repositories - gostls13.git/commit
cmd/go: split out cmd/go/internal/buildid
authorRuss Cox <rsc@golang.org>
Fri, 13 Jan 2017 19:59:37 +0000 (14:59 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 3 Feb 2017 20:31:15 +0000 (20:31 +0000)
commit461c3e52633638ee6e385a6fed3d78dc0a02f210
tree81f68b4f96e58cd6c0de5727cdc229afae0c8df4
parent2cab41d5cb813956a367c464afc0b16b2c418331
cmd/go: split out cmd/go/internal/buildid

This is one CL in a long sequence of changes to break up the
go command from one package into a plausible group of packages.

This sequence is concerned only with moving code, not changing
or cleaning up code. There will still be more cleanup after this sequence.

The entire sequence will be submitted together: it is not a goal
for the tree to build at every step.

For #18653.

Change-Id: I20dbc352c3df3c83a75811dd8e78c580a46b2202
Reviewed-on: https://go-review.googlesource.com/36195
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/cmd/go/build.go
src/cmd/go/internal/buildid/buildid.go [new file with mode: 0644]
src/cmd/go/internal/buildid/note.go [moved from src/cmd/go/note.go with 98% similarity]
src/cmd/go/note_test.go
src/cmd/go/pkg.go