doc: add embeds for Travis, godoc, coveralls to README (#79)
This commit is contained in:
committed by
Ross Light
parent
ba990f92ac
commit
ec9fb34688
@@ -1,5 +1,9 @@
|
|||||||
# Wire: Automated Initialization in Go
|
# Wire: Automated Initialization in Go
|
||||||
|
|
||||||
|
[][travis]
|
||||||
|
[][godoc]
|
||||||
|
[](https://coveralls.io/github/google/wire?branch=master)
|
||||||
|
|
||||||
Wire is a code generation tool that automates connecting components using
|
Wire is a code generation tool that automates connecting components using
|
||||||
[dependency injection][]. Dependencies between components are represented in
|
[dependency injection][]. Dependencies between components are represented in
|
||||||
Wire as function parameters, encouraging explicit initialization instead of
|
Wire as function parameters, encouraging explicit initialization instead of
|
||||||
@@ -11,6 +15,8 @@ For an overview, see the [introductory blog post][].
|
|||||||
|
|
||||||
[dependency injection]: https://en.wikipedia.org/wiki/Dependency_injection
|
[dependency injection]: https://en.wikipedia.org/wiki/Dependency_injection
|
||||||
[introductory blog post]: https://blog.golang.org/wire
|
[introductory blog post]: https://blog.golang.org/wire
|
||||||
|
[godoc]: https://godoc.org/github.com/google/wire
|
||||||
|
[travis]: https://travis-ci.com/google/wire
|
||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user