Support matching `For` without reference
Open
hacktoberfest
- Dominant language
- Go
- Stars
- 1
- Forks
- 4
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 3
Description
```golang
// this work
repo.ExpectDelete().For(&Book{ID: 1}).Success()
// this doesn't work, but it should
repo.ExpectDelete().For(Book{ID: 1}).Success()
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.