Closed zanetworker closed 6 years ago
Works for me on master. @zanetworker are you using the master branch or some other version?
@nikhita It happens to me while checkedout out on the master branch. I tried also using a go get
but it results on the same error.
@zanetworker The build also works fine for me. Have you tried in a completely new GOPATH that has nothing else besides the sample-controller?
@pwittrock works fine for me now :). I will close the issue.
I was trying to build the code with a simple
go build -o controller .
and I got the following error:This worked before like a charm.