We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a756661 commit 6209190Copy full SHA for 6209190
Makefile
@@ -37,6 +37,9 @@ ifndef GOPATH
37
GOPATH := $(shell go env GOPATH)
38
endif
39
40
+GOBIN := $(if $(shell go env GOBIN),$(shell go env GOBIN),$(GOPATH)/bin)
41
+export PATH := $(GOBIN):$(PATH)
42
+
43
MODULE_ROOT := github.com/temporalio/temporal
44
BUILD := ./build
45
COLOR := "\e[1;36m%s\e[0m\n"
0 commit comments