feat: add module and decimal wire helpers

This commit is contained in:
2026-09-01 11:12:10 -05:00
parent 7e391c5e5e
commit 7d549fda58
5 changed files with 191 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
.PHONY: test vet
test:
go test ./...
vet:
go vet ./...