The main goal of this project is to build a spring-like IoC framework
Development Notes
Each Go source directory can contain only one package (from the view of golang.org/x/tools/go/packages). While
multiple packages are returned by the tool, this is because you can query for multiple packages at once (even if your
pattern only resolves to a single package).