# README
mth-core
This repository hosts common code for our services, which help with logging, authentication, API middlewares etc.
This project produces no runnable binary. However, you can check test
target in Makefile if you're wondering how to run all unit tests.
Generated files
This library uses .proto files to generate .pb.go
files. For that - you need to have protoc compiler installed on your system. Installation instructions here: https://grpc.io/docs/protoc-installation/ .
After protoc
compiler is installed - simply run make generate-proto
to regenerate files
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package log redirects output from the standard library's package-global logger to the wrapped zap logger at InfoLevel.
No description provided by the author
No description provided by the author
No description provided by the author