1
0
mirror of https://github.com/fumiama/unibase2n.git synced 2026-06-25 06:09:50 +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

5
decode.go Normal file
View File

@@ -0,0 +1,5 @@
package unibase2n
func (bs Base) Decode(data []byte) []byte {
return nil
}