1
0
mirror of https://github.com/fumiama/unibase2n.git synced 2026-06-09 11:10:26 +08:00
Files
unibase2n/decode.go
2022-10-01 14:53:17 +08:00

6 lines
77 B
Go

package unibase2n
func (bs Base) Decode(data []byte) []byte {
return nil
}