mirror of
https://github.com/fumiama/unibase2n.git
synced 2026-06-09 11:10:26 +08:00
6 lines
77 B
Go
6 lines
77 B
Go
package unibase2n
|
|
|
|
func (bs Base) Decode(data []byte) []byte {
|
|
return nil
|
|
}
|