Common algorithms and functions
Matthias Ladkau 3a5d35db2b feat: Adding plain node support for GraphQL AST | пре 2 година | |
---|---|---|
bitutil | пре 2 година | |
cryptutil | пре 2 година | |
datautil | пре 2 година | |
errorutil | пре 3 година | |
fileutil | пре 2 година | |
flowutil | пре 4 година | |
httputil | пре 2 година | |
imageutil | пре 5 година | |
lang | пре 2 година | |
lockutil | пре 2 година | |
logutil | пре 5 година | |
pools | пре 4 година | |
sortutil | пре 5 година | |
stringutil | пре 2 година | |
termutil | пре 5 година | |
testutil | пре 5 година | |
timeutil | пре 5 година | |
.gitignore | пре 5 година | |
LICENSE | пре 5 година | |
README.md | пре 3 година | |
go.mod | пре 5 година |
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. |