mirror of
https://github.com/fumiama/unibase2n.git
synced 2026-06-05 00:32:47 +08:00
10 lines
138 B
Go
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
|
|
}
|