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 79c3613 commit 0a97c46Copy full SHA for 0a97c46
internal/server/utils.go
@@ -33,7 +33,7 @@ func evalPayloadFromRequest(r *http.Request) ([]byte, error) {
33
return nil, errors.New(
34
"Due to Go Playground bug, unit test snippets can't have multiple files.\n" +
35
"Please remove other Go files or use WebAssembly environment instead.\n\n" +
36
- "See: https://github.com/golang/go/issues/68327",
+ "See: https://github.com/golang/go/issues/32403",
37
)
38
}
39
0 commit comments