From a730ec02d0b87970efc7f738cffb8588a521600f Mon Sep 17 00:00:00 2001 From: Jay Zhang Date: Mon, 7 Oct 2019 12:25:06 +0800 Subject: [PATCH] docs: bold fonts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 542c5bd..c256719 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is my understanding of how to structure `Go` project layout. The most important part is how to organize your `Go` code into packages. ## Motivation -A good project layout will make your source code easier to understand, easier to test, and eaiser to maintain. +A good project layout will make your source code **easier to understand, easier to test, and eaiser to maintain**. [Kat Zien](https://github.com/katzien/) has a very good summary([Slides](https://github.com/katzien/talks/tree/master/how-do-you-structure-your-apps/gopherconuk-2018-08-03)) for this, so I'd like to refer it directly as below: ### Questions, decisions