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
+3 -2
View File
@@ -1,3 +1,5 @@
// package gzip implements a small GZIP implementation as an example.
package compress_gzip
/*
Copyright 2021 Jeroen van Rijn <nom@duclavier.com>.
Made available under Odin's BSD-3 license.
@@ -86,5 +88,4 @@ Example:
}
bytes.buffer_destroy(&buf)
}
*/
package compress_gzip
*/