From c06d7519fe8160a47f06cd05fb1f040f3c5fc67a Mon Sep 17 00:00:00 2001 From: Robert Laszczak Date: Thu, 18 Feb 2021 15:29:50 +0100 Subject: [PATCH] [README] Added new blog post. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 89819b4..5376feb 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 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). +More about Clean Architecture you can read in [our article](https://threedots.tech/post/introducing-clean-architecture/?utm_source=go-cleanarch). Some benefits of using Clean Architecture: @@ -80,19 +80,19 @@ bellow. For examples please go to [examples](examples/) directory, with contains examples of valid and invalid architectures. -For more informations about Clean Architecture please read [Uncle's Bob article](https://8thlight.com/blog/uncle-bob/2012/08/13/the-clean-architecture.html) +For more informations about Clean Architecture please read [our article](https://threedots.tech/post/introducing-clean-architecture/?utm_source=go-cleanarch). ## Installing - go get -u gopkg.in/roblaszczak/go-cleanarch.v1 + GO111MODULE=on go get github.com/roblaszczak/go-cleanarch _go-cleanarch was only tested on Linux and also should work on OS X. Probably it doesn't work well on Windows._ ## Running -To run in current directory: +To run in the current directory: go-cleanarch