Use build.Default.GOPATH instead of env GOPATH by tchssk · Pull Request #1930 · goadesign/goa

Go v1.8+ set a default GOPATH if the GOPATH env variable is not set. This patch makes it possible to use goagen with a default GOPATH. I found this issue during trying to improve goa to support Go ...