By setting GOBIN users can have a system wide location for installing "go get" based executable, e.g. glide, but having it makes this makefile install to GOBIN, so this change makes sure that GOBIN is set to the correct location when building from make.
Users will still be able to use go installed executables as long as they have added GOBIN to their path before running make
By setting GOBIN users can have a system wide location for installing "go get" based executable, e.g. glide, but having it makes this makefile install to GOBIN, so this change makes sure that GOBIN is set to the correct location when building from make.
Users will still be able to use go installed executables as long as they have added GOBIN to their path before running make
fixes #9