diff options
| author | gingerBill <bill@gingerbill.org> | 2022-01-17 19:00:47 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2022-01-17 19:00:47 +0000 |
| commit | c85ac955f798fefd149a5eeaecabf0713210b152 (patch) | |
| tree | ef9ca75b6f5cfc1630314c19ea0a7a9378f89b5d /core/compress | |
| parent | 97922406fec4296ce0732d1eefa0b9d7c943086f (diff) | |
Simplify docs to hide the copyright
Diffstat (limited to 'core/compress')
| -rw-r--r-- | core/compress/common.odin | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/compress/common.odin b/core/compress/common.odin index 41f292b6f..5f5ef2413 100644 --- a/core/compress/common.odin +++ b/core/compress/common.odin @@ -5,6 +5,9 @@ List of contributors: Jeroen van Rijn: Initial implementation, optimization. */ + + +// package compress is a collection of utilities to aid with other compression packages package compress import "core:io" |