jukylin / dig

A reflection based dependency injection toolkit for Go.

Home Page:https://go.uber.org/dig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🔨 dig GoDoc GitHub release Build Status Coverage Status Go Report Card

A reflection based dependency injection toolkit for Go.

Good for:

  • Powering an application framework, e.g. Fx.
  • Resolving the object graph during process startup.

Bad for:

  • Using in place of an application framework, e.g. Fx.
  • Resolving dependencies after the process has already started.
  • Exposing to user-land code as a Service Locator.

Installation

We recommend locking to SemVer range ^1 using Glide:

glide get 'go.uber.org/dig#^1'

Stability

This library is v1 and follows SemVer strictly.

No breaking changes will be made to exported APIs before v2.0.0.

About

A reflection based dependency injection toolkit for Go.

https://go.uber.org/dig

License:MIT License


Languages

Language:Go 99.1%Language:Makefile 0.6%Language:Shell 0.3%