Closed 3a8r closed 5 years ago
@smesgary I do not see this problem:
drasko@Marx:~/go/src/github.com/mainflux/mainflux$ make users
CGO_ENABLED=0 GOOS=linux GOARCH= GOARM= go build -ldflags "-s -w" -o build/mainflux-users cmd/users/main.go
Did you change anything in the code?
Can you try cloning the fresh code, maybe you messed up something with branches locally?
Otherwise, here might be something missing in the vendor
dir from our side, but I doubt it - as we have CI that constanstly builds and tests the master branch.
Closing this one. @smesgary please reopen if needed.
Hi, When I use Makefile in project root for make project, I face with these errors:
Do you have any idea to fix this?