Skip to content
/ fx Public
forked from uber-go/fx

A dependency injection based application framework for Go.

License

Notifications You must be signed in to change notification settings

sywhang/fx

This branch is 1 commit ahead of, 257 commits behind uber-go/fx:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1a810d4 Â· Nov 20, 2021
Sep 11, 2021
Sep 8, 2021
Nov 19, 2021
Nov 19, 2021
Sep 8, 2021
Dec 20, 2017
Dec 9, 2020
Nov 19, 2021
Jul 5, 2017
Jan 4, 2018
Nov 18, 2021
May 17, 2021
Nov 19, 2021
Nov 19, 2021
Nov 20, 2021
Nov 19, 2021
Nov 20, 2021
Aug 23, 2021
Aug 23, 2021
Nov 20, 2021
Jul 2, 2021
Oct 25, 2019
Jul 1, 2021
Jul 1, 2021
Sep 8, 2021
Sep 8, 2021
Aug 19, 2020
Nov 19, 2021
Nov 19, 2021
Jun 14, 2021
Sep 8, 2021
Jul 1, 2021
Jul 20, 2021
Sep 8, 2021
Sep 8, 2021
Jul 1, 2021
Sep 8, 2021
Jul 1, 2021
Nov 10, 2021
Nov 10, 2021
Nov 5, 2021
Sep 8, 2021
Nov 8, 2021

Repository files navigation

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

An application framework for Go that:

  • Makes dependency injection easy.
  • Eliminates the need for global state and func init().

Installation

We recommend locking to SemVer range ^1 using Glide:

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

Alternatively you can add it as a dependency using go mod:

go get go.uber.org/fx@v1

Or by using dep:

dep ensure -add go.uber.org/fx@1.0.0

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.

About

A dependency injection based application framework for Go.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.4%
  • Other 0.6%