make: default to default go path (#1681)

if GOPATH is not set use $HOME/go which is the current default in Go.

Fixes #1642
This commit is contained in:
Miek Gieben
2018-04-15 17:14:18 +01:00
committed by Yong Tang
parent cff0c9fb4c
commit cd7928f180

View File

@@ -4,6 +4,7 @@ BINARY:=coredns
SYSTEM:=
CHECKS:=check godeps
VERBOSE:=-v
GOPATH?=$(HOME)/go
all: coredns