I git clone code from github.com/google/gxui and then
cd samples/hello_word
GOOS=windows go build
an error occurred it says
/d01/gopath/src/github.com/goxjs/gl/gl_opengl.go:10:2: no buildable Go source files in /d01/gopath/src/github.com/go-gl/gl/v2.1/gl /d01/gopath/src/github.com/goxjs/glfw/desktop.go:10:2: no buildable Go source files in /d01/gopath/src/github.com/go-gl/glfw/v3.2/glfw
I try to
go get -u github.com/go-gl/gl/v2.1/gl go get -u github.com/go-gl/glfw/v3.2/glfw
no error occurred
I try to run again
GOOS=windows go build
The problem has not been solved