1
0
mirror of https://github.com/fumiama/unibase2n.git synced 2026-06-05 00:32:47 +08:00

complete all encode & unit test

This commit is contained in:
源文雨
2022-10-01 14:53:17 +08:00
parent a68a04bbe9
commit 08228b7a61
10 changed files with 449 additions and 66 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module github.com/fumiama/unibase2n
go 1.18
require (
github.com/fumiama/go-base16384 v1.6.1
github.com/stretchr/testify v1.8.0
golang.org/x/text v0.3.7
)