Skip to content

Commit b8fb94d

Browse files
Update jsonv2_fallback.go
Signed-off-by: techknowlogick <[email protected]>
1 parent ce4107d commit b8fb94d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/json/jsonv2_fallback.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2025 The Gitea Authors. All rights reserved.
22
// SPDX-License-Identifier: MIT
33

4-
//go:build goexperiment.jsonv2
4+
//go:build !goexperiment.jsonv2
55
package json
66

77
import "io"

0 commit comments

Comments
 (0)