good morning!!!!

Skip to content
Snippets Groups Projects
Commit 66bbab6e authored by José Carlos's avatar José Carlos Committed by GitHub
Browse files

Merge pull request #235 from upper/master

fix typo
parents b8794ce9 b6826484
Branches
Tags
No related merge requests found
...@@ -171,7 +171,7 @@ func (b *sqlBuilder) Update(table string) Updater { ...@@ -171,7 +171,7 @@ func (b *sqlBuilder) Update(table string) Updater {
return qu return qu
} }
// Map receives a pointer to map or sturct and maps it to columns and values. // Map receives a pointer to map or struct and maps it to columns and values.
func Map(item interface{}) ([]string, []interface{}, error) { func Map(item interface{}) ([]string, []interface{}, error) {
var fv fieldValue var fv fieldValue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment