Skip to content

Commit

Permalink
bump go report to show A+ instead of C, lint README.md (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrostr committed Jun 23, 2022
1 parent b74068d commit 4f51a19
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
@@ -1,9 +1,9 @@
# :unicorn: Fx [![GoDoc][doc-img]][doc] [![Github release][release-img]][release] [![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov] [![Go Report Card][report-card-img]][report-card]
# :unicorn: Fx [![GoDoc][doc-img]][doc] [![Github release][release-img]][release] [![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov] [![Go Report Card](https://goreportcard.com/badge/go.uber.org/fx)](https://goreportcard.com/report/go.uber.org/fx)

An application framework for Go that:

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

## Installation

Expand All @@ -24,17 +24,12 @@ version of Go is supported until there are two newer major releases.

[doc-img]: http://img.shields.io/badge/GoDoc-Reference-blue.svg
[doc]: https://godoc.org/go.uber.org/fx

[release-img]: https://img.shields.io/github/release/uber-go/fx.svg
[release]: https://github.com/uber-go/fx/releases

[ci-img]: https://github.com/uber-go/fx/actions/workflows/go.yml/badge.svg
[ci]: https://github.com/uber-go/fx/actions/workflows/go.yml

[cov-img]: https://codecov.io/gh/uber-go/fx/branch/master/graph/badge.svg
[cov]: https://codecov.io/gh/uber-go/fx/branch/master

[report-card-img]: https://goreportcard.com/badge/github.com/uber-go/fx
[report-card]: https://goreportcard.com/report/github.com/uber-go/fx

[release-policy]: https://golang.org/doc/devel/release.html#policy

0 comments on commit 4f51a19

Please sign in to comment.