Skip to content

Commit 11fd2b8

Browse files
committed
rangefunc is now core
1 parent b90c84d commit 11fd2b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ all: kooky
1515

1616

1717
kooky: ${SRC}
18-
@env GOWORK=off GOEXPERIMENT=rangefunc go build -trimpath -ldflags '-w -s' -o kooky${EXT} ./cmd/kooky
18+
@env GOWORK=off go build -trimpath -ldflags '-w -s' -o kooky${EXT} ./cmd/kooky
1919

2020

2121
.PHONY: test
2222
test:
23-
@env GOWORK=off GOEXPERIMENT=rangefunc go test -count=1 -timeout=30s ./... | grep -v '^? '
23+
@env GOWORK=off go test -count=1 -timeout=30s ./... | grep -v '^? '
2424

2525
.PHONY: clean
2626
clean:

0 commit comments

Comments
 (0)