From e3f8e43b6a1dc7d9afe93b6be527f0ed4f420b42 Mon Sep 17 00:00:00 2001 From: Teiva Harsanyi Date: Thu, 28 Jul 2022 11:26:14 +0200 Subject: [PATCH] Minor --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index d146d92..0a9a8c3 100644 --- a/README.md +++ b/README.md @@ -56,10 +56,6 @@ To handle options conveniently and in an API-friendly manner, use the functional #### #12: Project misorganization (project structure and package organization) -* Project structure - -* Package organization - Following a layout such as project-layout can be a good way to start structuring Go projects, especially if you are looking for existing conventions to standardize a new project. #### #13: Creating utility packages