Skip to content

uber-go/fx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 21, 2025
ca61c3d Â· Jan 21, 2025
Aug 27, 2024
Jan 21, 2025
Oct 9, 2024
May 29, 2024
Jan 4, 2025
Aug 27, 2024
May 3, 2023
Dec 12, 2022
Feb 12, 2024
Oct 11, 2024
Aug 27, 2024
Jan 4, 2018
Aug 27, 2024
Feb 12, 2023
May 21, 2024
May 16, 2024
Jan 9, 2025
Jun 25, 2024
Aug 27, 2024
Feb 7, 2024
Feb 7, 2024
Feb 7, 2024
Apr 15, 2024
Jul 2, 2024
Feb 7, 2024
Feb 7, 2024
Feb 20, 2024
Oct 13, 2022
Oct 13, 2022
Jun 4, 2022
Sep 8, 2021
Jan 4, 2025
Jan 4, 2025
Feb 20, 2024
Sep 8, 2021
Feb 7, 2024
Jan 9, 2025
Jul 20, 2021
Apr 8, 2022
Jan 9, 2025
Apr 19, 2024
May 31, 2023
Jul 1, 2021
May 31, 2023
Jul 1, 2021
May 30, 2024
May 15, 2023
Apr 8, 2022
Jul 2, 2024
Jun 25, 2024
Jul 2, 2024
Jul 2, 2024
May 30, 2024
Feb 14, 2024
Oct 11, 2024

Repository files navigation

🦄 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