1
0
mirror of https://github.com/fumiama/unibase2n.git synced 2026-06-06 17:20:35 +08:00

优化性能

This commit is contained in:
源文雨
2022-09-30 23:01:22 +08:00
parent 71948481ee
commit ec2f2580cf
7 changed files with 93 additions and 67 deletions

View File

@@ -1,9 +1,9 @@
package unibase2n
func (bs *Base) Encode(data []byte) []byte {
func (bs Base) Encode(data []byte) []byte {
return nil
}
func (bs *Base) Decode(data []byte) []byte {
func (bs Base) Decode(data []byte) []byte {
return nil
}