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
$ go run gioui.org/cmd/gogio -target js gioui.org/example/gophers
$ go get github.com/shurcooL/goexec
$ goexec 'http.ListenAndServe(":8080", http.FileServer(http.Dir("gophers")))'
Hey !
https://gioui.org/ recommends using goexe, but its failing.
You can reproduce using this code from: https://github.com/gioui/gio-example
Maybe it makes sense to add a go.mod to the goexec project with go-goon required ?
The text was updated successfully, but these errors were encountered: