Closed egormalyutin closed 5 years ago
Hey
Try to remove /home/egorcod/go/src/github.com/therecipe/qt
and then run
go get -u -v github.com/therecipe/qt/cmd/... && $(go env GOPATH)/bin/qtsetup test && $(go env GOPATH)/bin/qtsetup -test=false
again
or maybe try to run "go get" with out the -u
flag
go get -v github.com/therecipe/qt/cmd/... && $(go env GOPATH)/bin/qtsetup test && $(go env GOPATH)/bin/qtsetup -test=false
Thanks, it worked.