Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe2c065 commit d047034Copy full SHA for d047034
path_value.go
@@ -1,5 +1,6 @@
1
-//go:build go1.22
2
-// +build go1.22
+//go:build go1.22 && !tinygo
+// +build go1.22,!tinygo
3
+
4
5
package chi
6
path_value_fallback.go
@@ -1,5 +1,5 @@
-//go:build !go1.22
-// +build !go1.22
+//go:build !go1.22 || tinygo
+// +build !go1.22 tinygo
path_value_test.go
0 commit comments