Add more package lines for the docs

This commit is contained in:
Jeroen van Rijn
2025-10-09 14:41:22 +02:00
parent c3d4b1f0b5
commit 5a154a1775
6 changed files with 17 additions and 11 deletions
+4 -2
View File
@@ -1,3 +1,6 @@
// package bit_array implements a dynamically-sized array of bits
package container_dynamic_bit_array
/*
The Bit Array can be used in several ways:
@@ -48,5 +51,4 @@ Example:
fmt.printf("Get(Negative_Test): %v, %v\n", get(bits, Foo.Negative_Test))
fmt.printf("Freed.\n")
}
*/
package container_dynamic_bit_array
*/