Package lines for base32, move its tests to tests"

This commit is contained in:
Jeroen van Rijn
2025-10-09 15:27:53 +02:00
parent 153b0de420
commit aec7d6480b
5 changed files with 28 additions and 18 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
package encoding_base32
// Base32 encoding/decoding implementation as specified in RFC 4648.
// [[ More; https://www.rfc-editor.org/rfc/rfc4648.html ]]
package encoding_base32
// @note(zh): Encoding utility for Base32
// A secondary param can be used to supply a custom alphabet to