You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[130]fish> gopherjs serve -w foo
serving at http://localhost:8080 and on port 8080 of any available addresses
../../../../usr/local/Cellar/go/1.6.2/libexec/src/runtime/error.go:58:7: undeclared name: efaceOf
fish> tree
m.
└── src
└── foo
└── script.go
Sending a GET request to localhost:8080/foo/ results in the above error.
How does one get gopherjs serve to work?
The text was updated successfully, but these errors were encountered:
~/burrow
fish> gopherjs serve github.com/bep/gr/examples
serving at http://localhost:8080 and on port 8080 of any available addresses
../../../usr/local/Cellar/go/1.6.2/libexec/src/runtime/error.go:58:7: undeclared name: efaceOf
fish> echo $GOPATH
/Users/yesudeep/burrow
Take a look at #434, it mentions problems with efaceOf.
I think this is unrelated to gopherjs serve, but rather to your setup of gopherjs in general. If you try to do gopherjs build with those examples, do you get the same error?
Namaste,
Sending a GET request to localhost:8080/foo/ results in the above error.
How does one get gopherjs serve to work?
The text was updated successfully, but these errors were encountered: