Jerome
Results
2
comments of
Jerome
Hi @antonmedv I've found a workaround. Initially, the Patching occurred within the Exit callback function `Exit(node *ast.Node)` I've moved it in `Enter(node *ast.Node)` And since, I had an error 'Call...
Just to share that I've found the simple workaround to embed the external interface (from another package), to a local interface (same package) that is getting referenced by weaver.Implement. The...