We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56b8367 commit 82639d0Copy full SHA for 82639d0
cmd/genbootstrap/genbootstrap.go
@@ -87,13 +87,7 @@ func main() {
87
return nil
88
}
89
switch pkgrel {
90
- case "cmd",
91
- "database", "database.a",
92
- "image", "image.a",
93
- "net.a",
94
- "net",
95
- "runtime/cgo.a",
96
- "vendor/golang.org/x/net":
+ case "cmd":
97
return remove()
98
99
switch rel {
@@ -104,12 +98,6 @@ func main() {
104
"misc/cgo",
105
"misc/chrome",
106
100
"misc/swig",
107
- "src/cmd",
108
- "src/net",
109
- "src/runtime/cgo",
110
- "src/database",
111
- "src/image",
112
- "src/vendor/golang.org/x/net",
113
101
"test":
114
102
115
103
0 commit comments