8000 GitHub - bayesianmind/fx: An application framework for Go
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bayesianmind/fx

 
 

Repository files navigation

🦄 Fx GoDoc Build Status Coverage Status Report Card

An application framework for Go that:

  • Makes it easy to write composable and testable apps using dependency injection.
  • Removes boilerplate in main and the need for global state and package-level init functions.
  • Eliminates the need for service owners to manually install and manage individual libraries.

Status

Almost stable: v1.0.0-rc1. Some breaking changes might occur before v1.0.0. See CHANGELOG.md for more info.

Install

go get -u go.uber.org/fx

About

An application framework for Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 92.9%
  • Shell 4.4%
  • Makefile 2.7%
0