Skip to content

Commit

Permalink
Add badges to Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianccm committed Dec 19, 2019
1 parent 242cf87 commit 975c0e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Readme.md
@@ -1,5 +1,7 @@
# Dingo

[![Go Report Card](https://goreportcard.com/badge/flamingo.me/dingo)](https://goreportcard.com/report/flamingo.me/dingo) [![GoDoc](https://godoc.org/flamingo.me/dingo?status.svg)](https://godoc.org/flamingo.me/dingo) [![Build Status](https://travis-ci.org/i-love-flamingo/dingo.svg)](https://travis-ci.org/i-love-flamingo/dingo)

Dependency injection for go

## Hello Dingo
Expand Down Expand Up @@ -470,3 +472,5 @@ func main() {
Recently https://github.com/google/go-cloud/tree/master/wire popped out in the go ecosystem, which seems to be a great choice, also because it supports compile time dependency injection.
However, when Dingo was first introduced wire was not a thing, and wire still lacks features dingo provides.
https://gocover.io/github.com/i-love-flamingo/dingo

0 comments on commit 975c0e7

Please sign in to comment.