Added testing and rewrite serializer

Signed-off-by: Alexander Lazarenko <kerblif@unprism.ru>
This commit is contained in:
2025-02-07 21:04:06 +03:00
parent f6f762d0dc
commit f3083820dc
12 changed files with 199 additions and 156 deletions

10
go.mod
View File

@ -2,12 +2,4 @@ module gitea.unprism.ru/KRBL/n9m
go 1.21.3
require (
github.com/icza/bitio v1.1.0
github.com/tidwall/gjson v1.17.0
)
require (
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
)
require github.com/icza/bitio v1.1.0