Skip to content

Commit 3d36306

Browse files
authored
Merge pull request #68 from mohammed-ali-1/master
Added "It's ok" to /pkg paragraph
2 parents e7d714c + b8498b9 commit 3d36306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ It's also a way to group Go code in one place when your root directory contains
5353

5454
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.
5555

56-
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).
56+
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).
5757

5858
### `/vendor`
5959

0 commit comments

Comments
 (0)