ipld-eth-server/vendor/go.uber.org/dig
Elizabeth Engelman 36533f7c3f Update vendor directory and make necessary code changes
Fixes for new geth version
2019-09-25 16:32:27 -05:00
..
internal Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
.codecov.yml Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
.gitignore Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
.travis.yml Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
CHANGELOG.md Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
check_license.sh Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
cycle.go Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
dig.go Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
doc.go Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
error.go Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
glide.lock Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
glide.yaml Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
graph.go Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
LICENSE Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
Makefile Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
param.go Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
README.md Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
result.go Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
stringer.go Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
types.go Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00
version.go Update vendor directory and make necessary code changes 2019-09-25 16:32:27 -05:00

🔨 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.