1
0
mirror of https://github.com/fumiama/unibase2n.git synced 2026-06-05 08:40:33 +08:00
Files
unibase2n/code.go
2022-09-30 23:01:22 +08:00

10 lines
136 B
Go

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