Hi,
I'm playing with go modules in 1.11 beta 2.
I'm trying to convert a project from dep to go modules and having problems with one dependency qglgen. It boils down to the following:
This is when adding the one dependency explicitly with go get. I get similar results if I try to let go do the work by creating go.mod and running go build, but then it complains in a similar way about some of the subdirectories of qglgen as well.
qglgen itself has not a go.mod file. However earlier experiments with vgo had no problem using this dependency.
Any idea what the problem is.