status-go/vendor/go.uber.org/fx
richΛrd 9e0fb30f8d
chore_: bump go-waku (#5150)
2024-05-15 19:15:00 -04:00
..
fxevent chore_: bump go-waku (#5150) 2024-05-15 19:15:00 -04:00
internal chore: bumped go-waku to recent commit which contains changes for improved peer management 2023-08-29 13:02:19 +01:00
.codecov.yml chore: bumped go-waku to recent commit which contains changes for improved peer management 2023-08-29 13:02:19 +01:00
.gitignore chore: upgrade libp2p 2023-05-30 10:49:52 -04:00
CHANGELOG.md chore_: bump go-waku (#5150) 2024-05-15 19:15:00 -04:00
CONTRIBUTING.md chore: bumped go-waku to recent commit which contains changes for improved peer management 2023-08-29 13:02:19 +01:00
LICENSE chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
Makefile chore: bumped go-waku to recent commit which contains changes for improved peer management 2023-08-29 13:02:19 +01:00
README.md chore: bumped go-waku to recent commit which contains changes for improved peer management 2023-08-29 13:02:19 +01:00
annotated.go chore: bumped go-waku to recent commit which contains changes for improved peer management 2023-08-29 13:02:19 +01:00
app.go chore_: bump go-waku (#5150) 2024-05-15 19:15:00 -04:00
app_unixes.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
app_wasm.go chore_: bump go-waku (#5150) 2024-05-15 19:15:00 -04:00
app_windows.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
checklicense.sh chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
decorate.go chore: bumped go-waku to recent commit which contains changes for improved peer management 2023-08-29 13:02:19 +01:00
doc.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
extract.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
inout.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
invoke.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
lifecycle.go chore: upgrade libp2p 2023-05-30 10:49:52 -04:00
log.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
module.go chore_: bump go-waku (#5150) 2024-05-15 19:15:00 -04:00
populate.go chore: bumped go-waku to recent commit which contains changes for improved peer management 2023-08-29 13:02:19 +01:00
printer_writer.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
provide.go chore: bumped go-waku to recent commit which contains changes for improved peer management 2023-08-29 13:02:19 +01:00
replace.go chore: bumped go-waku to recent commit which contains changes for improved peer management 2023-08-29 13:02:19 +01:00
shutdown.go chore: bumped go-waku to recent commit which contains changes for improved peer management 2023-08-29 13:02:19 +01:00
signal.go chore: bumped go-waku to recent commit which contains changes for improved peer management 2023-08-29 13:02:19 +01:00
supply.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
version.go chore_: bump go-waku (#5150) 2024-05-15 19:15:00 -04:00

README.md

🦄 Fx GoDoc Github release Build Status Coverage Status Go Report Card

Fx is a dependency injection system for Go.

Benefits

  • Eliminate globals: Fx helps you remove global state from your application. No more init() or global variables. Use Fx-managed singletons.
  • Code reuse: Fx lets teams within your organization build loosely-coupled and well-integrated shareable components.
  • Battle tested: Fx is the backbone of nearly all Go services at Uber.

See our docs to get started and/or learn more about Fx.

Installation

Use Go modules to install Fx in your application.

go get go.uber.org/fx@v1

Getting started

To get started with Fx, start here.

Stability

This library is v1 and follows SemVer strictly.

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

This project follows the Go Release Policy. Each major version of Go is supported until there are two newer major releases.

Stargazers over time

Stargazers over time