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 fcd2241 commit 9afa97bCopy full SHA for 9afa97b
src/cmd/distpack/test.go
@@ -73,6 +73,11 @@ var modRules = []testRule{
73
{name: "golang.org/toolchain@*/src/cmd/go/main.go"},
74
{name: "golang.org/toolchain@*/src/bytes/bytes.go"},
75
76
+ {name: "golang.org/toolchain@*/lib/wasm/go_js_wasm_exec"},
77
+ {name: "golang.org/toolchain@*/lib/wasm/go_wasip1_wasm_exec"},
78
+ {name: "golang.org/toolchain@*/lib/wasm/wasm_exec.js"},
79
+ {name: "golang.org/toolchain@*/lib/wasm/wasm_exec_node.js"},
80
+
81
{name: "**/.DS_Store", exclude: true},
82
{name: "golang.org/toolchain@*/.git", exclude: true},
83
{name: "golang.org/toolchain@*/.gitattributes", exclude: true},
0 commit comments