🚀 Feature Request
Hi,
Is it possible to make gremlins run tests with -gcflags=all=-l? This is needed when using "monkey patching", for example, with github.com/agiledragon/gomonkey/v2
For instance, I run tests like this: go test ./... -gcflags=all=-l