godi a New Dependency Injection library - feedback welcome

This page summarizes the projects mentioned and recommended in the original post on /r/golang

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • godi

    GODI - Simple & Performant Dependency Injection Container for Go (by mingue)

  • wire

    Compile-time Dependency Injection for Go

  • The other thing is that I'm lazy, so I don't construct all dependencies in main.go manually but use wire to generate the construction of my dependency tree.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • nject

    Golang type-safe dependency injection

  • For those who commented about Java & DI: I used DI with Java and hated it. It seemed to be simply a complex interface around global variables. Please take a look at [nject]([https://github.com/muir/nject]. The idea is fundamentally different: you create an injection chain out of reusable components. I won't say that it makes DI simple, but it does alter the cost/benefit ratio such that DI becomes very advantageous for several uses.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • fx: useful functional programming helpers without using interface{}, based on Go 1.18 generics

    4 projects | /r/golang | 19 Dec 2021
  • Dependency Injection: A Straightforward Implementation in Golang

    1 project | dev.to | 10 May 2024
  • Injeção de dependência em Go

    2 projects | dev.to | 28 Feb 2024
  • Gorilla,wow

    2 projects | /r/golang | 9 Jul 2023
  • App init and graceful watch lib recommendations ?

    4 projects | /r/golang | 26 Apr 2023