Skip to content

Commit

Permalink
Add go:build goexperiment.rangefunc tags
Browse files Browse the repository at this point in the history
  • Loading branch information
earthboundkid committed May 17, 2024
1 parent e73f990 commit 54a893b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/blocko/html.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build goexperiment.rangefunc

package blocko

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/iterx/iterx.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build goexperiment.rangefunc

// Package iterx has iteration utilities.
package iterx

Expand Down
2 changes: 2 additions & 0 deletions internal/xhtml/string.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build goexperiment.rangefunc

package xhtml

import (
Expand Down
2 changes: 2 additions & 0 deletions pkg/almanack/service-gdocs.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build goexperiment.rangefunc

package almanack

import (
Expand Down

0 comments on commit 54a893b

Please sign in to comment.