Minimal linting improvements
This commit is contained in:
@ -17,7 +17,7 @@ type Database struct {
|
||||
*sql.DB
|
||||
}
|
||||
|
||||
// Connect to a database
|
||||
// Connect connects to a database.
|
||||
func Connect(typ string, connString string) (*Database, error) {
|
||||
conn, err := sql.Open(typ, connString)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user