feat(model): нейтральная модель Record с нормализацией и Equal

This commit is contained in:
2026-07-03 12:22:38 +07:00
parent c738d05241
commit dd91c93bda
4 changed files with 171 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
.PHONY: test
test:
go test ./...
.PHONY: build
build:
go build ./...