We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b90c84d commit 11fd2b8Copy full SHA for 11fd2b8
1 file changed
Makefile
@@ -15,12 +15,12 @@ all: kooky
15
16
17
kooky: ${SRC}
18
- @env GOWORK=off GOEXPERIMENT=rangefunc go build -trimpath -ldflags '-w -s' -o kooky${EXT} ./cmd/kooky
+ @env GOWORK=off go build -trimpath -ldflags '-w -s' -o kooky${EXT} ./cmd/kooky
19
20
21
.PHONY: test
22
test:
23
- @env GOWORK=off GOEXPERIMENT=rangefunc go test -count=1 -timeout=30s ./... | grep -v '^? '
+ @env GOWORK=off go test -count=1 -timeout=30s ./... | grep -v '^? '
24
25
.PHONY: clean
26
clean:
0 commit comments