Skip to content

Commit

Permalink
Set GOEXPERIMENT=rangefunc
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed Apr 16, 2024
1 parent 5969d4e commit 7cd5dbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -15,4 +15,4 @@ test: clean
@go test -v -count=1 -cover ./...

generate:
@GOEXPERIMENT=arenas,boringcrypto go generate ./...
@GOEXPERIMENT=arenas,boringcrypto,rangefunc go generate ./...
3 changes: 2 additions & 1 deletion pkg/section/standard_list.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7cd5dbc

Please sign in to comment.