qawatake

Results 2 issues of qawatake

**Describe the bug** doesn't work when templating. **To Reproduce** Steps to reproduce the behavior: 1. create template macro `zettelkasten` with ↓ - template path = _template/zettelkasten - focus new pane...

bug
templater

It would be great if the tool could also check cases where errors are wrapped using `defer`, such as with [golang.org/x/pkgsite/internal/derrors.Wrap](https://pkg.go.dev/golang.org/x/pkgsite/internal/derrors#Wrap). ```go func wrap(errp *error) {} func f() (err error)...