Skip to content

Commit 54cb3e7

Browse files
committed
fix linter notice, rename help pkg(it only for tests)
1 parent aaa6f19 commit 54cb3e7

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

json.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package compressjson
33
import "github.com/goccy/go-json"
44

55
// JSONTranscoder provides a generic, stateless wrapper for JSON serialization and deserialization.
6-
// It enables type-safe marshalling and unmarshalling of arbitrary Go values while preserving
6+
// It enables type-safe marshaling and unmarshalling of arbitrary Go values while preserving
77
// full compatibility with standard JSON encoding rules (struct tags, custom Marshal/Unmarshal, etc.).
88
type JSONTranscoder[T any] struct{}
99

0 commit comments

Comments
 (0)