More package lines

This commit is contained in:
Jeroen van Rijn
2025-10-09 16:11:33 +02:00
parent af189b45f3
commit 248b0fe9e1
17 changed files with 28 additions and 30 deletions

View File

@@ -1,2 +1,2 @@
// package base32 implements Base32 encoding/decoding, as specified in RFC 4648.
// package base32 implements Base32 encoding and decoding, as specified in RFC 4648.
package encoding_base32

View File

@@ -0,0 +1,2 @@
// package base64 implements Base64 encoding and decoding
package encoding_base64

View File

@@ -1,3 +1,5 @@
// package cbor implements encoding, decoding, marshaling and unmarshaling types from/into RCF 8949 compatible CBOR binary.
package encoding_cbor
/*
Package cbor encodes, decodes, marshals and unmarshals types from/into RCF 8949 compatible CBOR binary.
Also provided are conversion to and from JSON and the CBOR diagnostic format.
@@ -164,6 +166,4 @@ Output:
"renamed :)": 123123.12500000,
"str": "Hello, World!"
}
*/
package encoding_cbor
*/