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 1d44d01 commit 3ffd01dCopy full SHA for 3ffd01d
Makefile
@@ -9,7 +9,6 @@ PROJECT_ROOT = $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
9
# for commands like go generate.
10
export GOBIN = $(PROJECT_ROOT)/bin
11
export PATH := $(GOBIN):$(PATH)
12
-export GOEXPERIMENT = rangefunc
13
14
TEST_FLAGS ?=
15
0 commit comments