@@ -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 {
The note is not visible to the blocked user.