ont
ont
Sometimes subdir tag may be in form `` so `de->name` is not set and access to it rises segmentation fault. This is fast fix.
Does it possible to disable singleton behavior for some dependencies? Probably some `ResolveOption` or `ProvideOption` for that. For example I want use goava/di container for testing with mocks. I have...
Can't parse very simple file (log from ipython session): ``` In [1]: import gopygo In [2]: txt = open('/tmp/test.go').read() In [3]: txt Out[3]: 'package main\n\nimport (\n\t"log"\n\n\t"project/internal"\n\n\t"github.com/goava/di"\n)\n\nfunc main() {\n\tdi.SetTracer(&di.StdTracer{})\n\n\t_, err :=...