From 4b5fd16466081fc9b07af5f63677d0aa5a792e18 Mon Sep 17 00:00:00 2001 From: Robert Laszczak Date: Fri, 16 Jun 2017 16:46:39 +0200 Subject: [PATCH] Add go-cleanarch (#1449) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 37779bfc..93e4aa9c 100644 --- a/README.md +++ b/README.md @@ -1349,6 +1349,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [gcvis](https://github.com/davecheney/gcvis) - Visualise Go program GC trace data in real time. * [Go Metalinter](https://github.com/alecthomas/gometalinter) - Metalinter is a tool to automatically apply all static analysis tool and report their output in normalized form. * [go-checkstyle](https://github.com/qiniu/checkstyle) checkstyle is a style check tool like java checkstyle. This tool inspired by java checkstyle, golint. The style refered to some points in Go Code Review Comments. +* [go-cleanarch](https://github.com/roblaszczak/go-cleanarch) - go-cleanarch was created to validate Clean Architecture rules, like a The Dependency Rule and interaction between packages in your Go projects. * [go-outdated](https://github.com/firstrow/go-outdated) - Console application that displays outdated packages. * [goast-viewer](https://github.com/yuroyoro/goast-viewer) - Web based Golang AST visualizer. * [GoCover.io](http://gocover.io/) - GoCover.io offers the code coverage of any golang package as a service.