When running make bindings it was giving the error:
can't load package: package github.com/chsc/gogl/gl31: cannot find package "github.com/chsc/gogl/gl31" in any of:
/usr/local/go/src/pkg/github.com/chsc/gogl/gl31 (from $GOROOT)
/Users/tl/Development/gocode/src/github.com/chsc/gogl/gl31 (from $GOPATH)
Commenting go install ./gl31 from the Makefile fixed it.
When running
make bindingsit was giving the error:Commenting
go install ./gl31from the Makefile fixed it.