Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.4 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.4 KB

Go Report Card MIT License Travis_ci Maintainability Test Coverage API Reference

aergo-lib

This repository is a collection of common libraries used in the aergo project. See godoc to get more detail descriptions and usages.

config

Package config provides an easy way to create and manage configurations for aergo projects written in go.

db

Package db is an wrapper of database implementations. Currently, this supports badgerdb. More implementations (e.g. leveldb) will be updated in the future

log

Package log is a global and configurable logger pkg, based on zerolog