# README
go-base
Set of base packages for golang applications.
Current version has a
See also
- http://dave.cheney.net/2014/10/17/functional-options-for-friendly-apis
- https://github.com/Sirupsen/logrus
- https://github.com/jessevdk/go-flags
- https://github.com/go-xorm/xorm
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