# README
Libs
Repo with libraries for HMTM usage.
Linters
To run linters, use next command:
task -d scripts linters -v
Tests
To run test, use next commands. Coverage info will be
recorded to tests/coverage
folder:
task -d scripts tests -v
Benchmarks
To run benchmarks, use next command:
task -d scripts bench -v
# Packages
Package contextlib provides tools for easy and quick work with context.Context.
Package cookies provides tools for easy and quick work with http.Cookie.
Package db provides tools for easy and quick access to database via Connector.
Package grpc provides common tools, which can be used working with gRPC.
Package loadenv provides easy access to env variables from .env file.
Package logging provides tools for easy logging errors with traceback.
Package middlewares provides middlewares for common usage, such as working with cookies via gRPC.
No description provided by the author
Package security provides tools for secure data storage and transitions.
Package tracing provides tools for comfort usage of tracing and view it with jaeger.