1
0
mirror of https://github.com/fumiama/unibase2n.git synced 2026-06-05 00:32:47 +08:00
Files
unibase2n/code.go
2022-09-30 21:51:02 +08:00

10 lines
138 B
Go

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