good morning!!!!

Skip to content
Snippets Groups Projects
Commit b0c452a7 authored by José Carlos Nieto's avatar José Carlos Nieto
Browse files

Missing comment.

parent 15b24f53
No related branches found
No related tags found
No related merge requests found
......@@ -112,6 +112,7 @@ func (self *Source) Name() string {
return self.config.Database
}
// Wraps sql.DB.QueryRow
func (self *Source) doQueryRow(terms ...interface{}) (*sql.Row, error) {
if self.session == nil {
return nil, errors.New("You're currently not connected.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment