mysql: pin the mysql dependency

This commit is contained in:
bergquist
2018-01-23 20:08:47 +01:00
parent d7f6f11eb1
commit 6618bff806
47 changed files with 1965 additions and 628 deletions

View File

@ -139,4 +139,7 @@ type LoggerOptions struct {
// Include file and line information in each log line
IncludeLocation bool
// The time format to use instead of the default
TimeFormat string
}