Skip to content

Commit 316299d

Browse files
authored
Update modules/json/json.go
1 parent c548e19 commit 316299d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/json/json.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ package json
77
import (
88
"bytes"
99
"encoding/binary"
10-
"encoding/json"
10+
"encoding/json" //nolint:depguard
1111
"io"
1212

1313
jsoniter "github.com/json-iterator/go"

0 commit comments

Comments
 (0)