From b8498b99f2231d0b8d2f1030e091d4cd2a1ac671 Mon Sep 17 00:00:00 2001 From: Mohammed Al-Ameen Date: Tue, 26 May 2020 02:51:19 +0400 Subject: [PATCH] Added "It's ok" /pkg paragraph --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1622142..2cf4ae6 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ It's also a way to group Go code in one place when your root directory contains See the [`/pkg`](pkg/README.md) directory if you want to see which popular Go repos use this project layout pattern. This is a common layout pattern, but it's not universally accepted and some in the Go community don't recommend it. -Ok not to use it if your app project is really small and where an extra level of nesting doesn't add much value (unless you really want to :-)). Think about it when it's getting big enough and your root directory gets pretty busy (especially if you have a lot of non-Go app components). +It's ok not to use it if your app project is really small and where an extra level of nesting doesn't add much value (unless you really want to :-)). Think about it when it's getting big enough and your root directory gets pretty busy (especially if you have a lot of non-Go app components). ### `/vendor`