package
Version:
v1.4.1
Opens a new window with list of versions in this module.
Published: Aug 31, 2020
License: MIT
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func ConnectToTestDB() *reform.DB
ConnectToTestDB returns open and prepared connection to test DB.
Logger is our custom logger with Debugf method.
NewLogger creates a new logger.
Debugf prints message only when Logger debug flag is set to true.
Fatalf is equivalent to l.Printf() followed by a call to os.Exit(1) (or panic for debug logger).
Printf calls l.Output to print to the logger.
Arguments are handled in the manner of fmt.Printf.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.