good morning!!!!

Skip to content
Snippets Groups Projects
Commit b6826484 authored by Vojtech Vitek's avatar Vojtech Vitek Committed by GitHub
Browse files

fix typo

parent 185092eb
No related branches found
No related tags found
Loading
......@@ -171,7 +171,7 @@ func (b *sqlBuilder) Update(table string) Updater {
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) {
var fv fieldValue
......
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