mirror of
https://github.com/golang/go
synced 2024-11-21 23:54:40 -07:00
misc/dist: don't ship codereview either
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5917043
This commit is contained in:
parent
fd9c206718
commit
0c58eff0b6
3
misc/dist/bindist.go
vendored
3
misc/dist/bindist.go
vendored
@ -44,7 +44,8 @@ const (
|
||||
)
|
||||
|
||||
var preBuildCleanFiles = []string{
|
||||
"misc/dashboard/godashboard", // old python code
|
||||
"lib/codereview",
|
||||
"misc/dashboard/godashboard",
|
||||
"src/cmd/cov",
|
||||
"src/cmd/prof",
|
||||
"src/pkg/exp",
|
||||
|
Loading…
Reference in New Issue
Block a user