랭킹으로 돌아가기:unicorn: Fx
A dependency injection based application framework for Go.
golanggoframeworkserviceapp-frameworkdependency-injection
주요 지표
스타 성장
스타
7.6k
포크
346
주간 성장
—
이슈
57
2k4k6k
2016년 10월2018년 5월2020년 1월2021년 8월2023년 4월2024년 12월2026년 7월
아티팩트Go Modules
go get github.com/uber-go/fxREADME
:unicorn: Fx

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
관련 저장소