Versions in this module Expand all Collapse all v0 v0.1.1 Nov 28, 2025 v0.1.0 Oct 7, 2025 Changes in this version + func AliasImport(importPath string) string + func AliasPkg(pkg string) string + func DiffFuncName(input string) string + func EqualFuncName(input string) string + func ExtractPkg(fullpkg string) string + func Fqn(packagedName string) string + func GenerateAliasVarName(packagedType string) string + func HasDiffFor(typ reflect.Type) (hasDiff bool, hasDiffWithOpts bool) + func HasEqualFor(typ reflect.Type) (hasEqual bool, hasEqualWithOpts bool) + func SerializeJSON[T any](node T) string