Skip to content

Commit

Permalink
docs: bold fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyoucao577 committed Oct 7, 2019
1 parent b203903 commit a730ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a730ec0

Please sign in to comment.