Categorygithub.com/LeKovr/go-base
module
1.0.1
Repository: https://github.com/lekovr/go-base.git
Documentation: pkg.go.dev

# README

go-base

Set of base packages for golang applications.

Current version has a

  • logger - wrapper lib for app logging
  • database - wrapper lib for database access

See also

License

The MIT License (MIT), see LICENSE.

Copyright (c) 2016 Aleksey Kovrizhkin [email protected]

# Packages

Package database - general database access This is a wrapper on github.com/go-xorm/xorm.
No description provided by the author
No description provided by the author
Package log defines log interface.
Package logger incapsulates logger logic This is a proxy for github.com/Sirupsen/logrus with some additions like functional options and logging to file.
No description provided by the author