Common algorithms and functions
|
|
%!s(int64=3) %!d(string=hai) anos | |
|---|---|---|
| bitutil | %!s(int64=3) %!d(string=hai) anos | |
| cryptutil | %!s(int64=3) %!d(string=hai) anos | |
| datautil | %!s(int64=3) %!d(string=hai) anos | |
| errorutil | %!s(int64=4) %!d(string=hai) anos | |
| fileutil | %!s(int64=3) %!d(string=hai) anos | |
| flowutil | %!s(int64=5) %!d(string=hai) anos | |
| httputil | %!s(int64=3) %!d(string=hai) anos | |
| imageutil | %!s(int64=6) %!d(string=hai) anos | |
| lang | %!s(int64=3) %!d(string=hai) anos | |
| lockutil | %!s(int64=3) %!d(string=hai) anos | |
| logutil | %!s(int64=6) %!d(string=hai) anos | |
| pools | %!s(int64=4) %!d(string=hai) anos | |
| sortutil | %!s(int64=6) %!d(string=hai) anos | |
| stringutil | %!s(int64=3) %!d(string=hai) anos | |
| termutil | %!s(int64=6) %!d(string=hai) anos | |
| testutil | %!s(int64=6) %!d(string=hai) anos | |
| timeutil | %!s(int64=6) %!d(string=hai) anos | |
| .gitignore | %!s(int64=6) %!d(string=hai) anos | |
| LICENSE | %!s(int64=6) %!d(string=hai) anos | |
| README.md | %!s(int64=4) %!d(string=hai) anos | |
| go.mod | %!s(int64=6) %!d(string=hai) anos |
Common is a collection of common algorithms and functions. The code is public domain so feel free to use it as you like - attribution is not necessary but always appreciated :-)
| Package | Description |
|---|---|
| bitutil | Byte processing helper functions. |
| cryptutil | Processing certificates, uuids and encryption/decryption helpers. |
| datautil | Datastructures and data storage helpers. |
| errorutil | Helper functions around error processing. |
| fileutil | File handling utilities. |
| flowutil | Datastructures for flow control. |
| httputil | Heplers for HTTP handling. |
| imageutil | Image and pixel processing. |
| lang | Lexer and parsers. |
| lockutil | Utilities for locking. |
| logutil | Simple logging infrastructure. |
| pools | Pooling helpers. |
| sortutil | Datastructures and utilities around sorting. |
| stringutil | String processing helpers. |
| termutil | Unix/Windows terminal helpers. |
| testutil | Utilities for code testing. |
| timeutil | Helpers for time processing. |