Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Matveev committed Sep 26, 2023
1 parent 4885ef0 commit 0e4deae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type Entity struct {
CreatedAt time.Time `db:"created_at"`
}

var structColumns = dbmap.Columns(reflect.TypeOf(event.Event{}))
var structColumns = dbmap.Columns(reflect.TypeOf(Entity{}))

func main(){
// ...
Expand Down

0 comments on commit 0e4deae

Please sign in to comment.