diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-09 16:11:33 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-09 16:11:33 +0200 |
| commit | 248b0fe9e155e1a00a04cb7b1fc687601d401d7c (patch) | |
| tree | e9415d31f1da14a1f8453790ce4c130aca06ecfc /core/encoding/base64 | |
| parent | af189b45f37dcb01ba37230f6a04bcf5260b2a48 (diff) | |
More package lines
Diffstat (limited to 'core/encoding/base64')
| -rw-r--r-- | core/encoding/base64/doc.odin | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/encoding/base64/doc.odin b/core/encoding/base64/doc.odin new file mode 100644 index 000000000..902cf660e --- /dev/null +++ b/core/encoding/base64/doc.odin @@ -0,0 +1,2 @@ +// package base64 implements Base64 encoding and decoding +package encoding_base64
\ No newline at end of file |