We are setting some paths by default in GOPATH, but it
is important to inherit the ones from the environment,
to support all deployments.
Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
Change-Id: I627f363d035e2da76e59e74e58d7822df0a39b81
-GOPATH=$(shell pwd)/vendor:$(shell pwd):"${HOME}/go"
+export GOPATH:="${GOPATH}":$(shell pwd)/vendor:$(shell pwd):"${HOME}/go"
GOBIN=$(shell pwd)/bin
GOFILES=$(wildcard *.go)
GONAME="knictl"