internal/build: add io.pipe for overlay

This commit is contained in:
visualfc
2024-07-27 12:32:33 +08:00
parent 516e92926a
commit aa55f4dceb
2 changed files with 216 additions and 4 deletions

View File

@@ -766,10 +766,6 @@ var hasAltPkg = map[string]none{
"runtime": {},
}
var overlayFiles = map[string]string{
"math/exp_amd64.go": "package math;",
}
func check(err error) {
if err != nil {
panic(err)