From 177cf8107023c9ca70a31d0bb3c2cb0b236d8fb5 Mon Sep 17 00:00:00 2001 From: Robert Laszczak Date: Wed, 7 Jun 2017 18:24:57 +0200 Subject: [PATCH] [README] added Go Report Card badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5d3512d..db9b34b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Clean Architecture checker for Golang +[![Go Report Card](https://goreportcard.com/badge/github.com/roblaszczak/go-cleanarch)](https://goreportcard.com/report/github.com/roblaszczak/go-cleanarch) + go-cleanarch was created to keep Clean Architecture rules, like a _The Dependency Rule_ and _interaction between modules_ in your Go projects. More about Clean Architecture you can read in [Uncle's Bob article](https://8thlight.com/blog/uncle-bob/2012/08/13/the-clean-architecture.html).