Skip to content

Commit

Permalink
tests are passing
Browse files Browse the repository at this point in the history
  • Loading branch information
amirrezaask committed Feb 21, 2022
1 parent 6a10f43 commit f28d3e3
Show file tree
Hide file tree
Showing 10 changed files with 304 additions and 431 deletions.
4 changes: 3 additions & 1 deletion binder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ type User struct {
ID int
Name string
}

func (u *User) E() *BaseEntity {
return &BaseEntity{}
}
type Address struct {
ID int
Path string
Expand Down
Loading

0 comments on commit f28d3e3

Please sign in to comment.