mirror of https://github.com/golang/go.git
cmd/dist: remove unnecessary parts of bootstrapDirs
follow-up CL 516875 follow-up CL 516895 Change-Id: I7658f2f1716f74b4ff0b4b9f8ccd386e99dd9d51
This commit is contained in:
parent
3393155abf
commit
f55b84dafb
|
|
@ -85,10 +85,8 @@ var bootstrapDirs = []string{
|
|||
"internal/unsafeheader",
|
||||
"internal/xcoff",
|
||||
"internal/zstd",
|
||||
"math/big",
|
||||
"math/bits",
|
||||
"sort",
|
||||
"strconv",
|
||||
}
|
||||
|
||||
// File prefixes that are ignored by go/build anyway, and cause
|
||||
|
|
|
|||
Loading…
Reference in New Issue