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 5b509e3 commit 25e2f49Copy full SHA for 25e2f49
compiler/prelude/genmin.go
@@ -23,7 +23,7 @@ func main() {
23
func run() error {
24
bpkg, err := build.Import("github.com/gopherjs/gopherjs", "", build.FindOnly)
25
if err != nil {
26
- return fmt.Errorf("failed to locate path for github.com/gopherjs/gopherjs/compiler/prelude: %v", err)
+ return fmt.Errorf("failed to locate path for github.com/gopherjs/gopherjs: %v", err)
27
}
28
29
preludeDir := filepath.Join(bpkg.Dir, "compiler", "prelude")
0 commit comments