mirror of
https://github.com/golang/go
synced 2024-11-24 23:57:57 -07:00
misc/dist: don't include old python dashboard in releases
I'd prefer not to ship a bunch of bad Python code to everyone who uses Go 1. R=golang-dev, gri CC=golang-dev https://golang.org/cl/5915043
This commit is contained in:
parent
d2991229bc
commit
9b6555c605
1
misc/dist/bindist.go
vendored
1
misc/dist/bindist.go
vendored
@ -44,6 +44,7 @@ const (
|
||||
)
|
||||
|
||||
var preBuildCleanFiles = []string{
|
||||
"misc/dashboard/godashboard", // old python code
|
||||
"src/cmd/cov",
|
||||
"src/cmd/prof",
|
||||
"src/pkg/exp",
|
||||
|
Loading…
Reference in New Issue
Block a user