Skip to content

Commit 16a697a

Browse files
committed
Fix another go build
1 parent b1c7307 commit 16a697a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/example_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
//go:build goexperiment.rangefunc
5+
//go:build go1.23
66

77
// This example demonstrates parsing HTML data and walking the resulting tree.
88
package html_test

0 commit comments

Comments
 (0)