From eeea0662235c61b4608a159b601a3c3732d72ebf Mon Sep 17 00:00:00 2001 From: Jordan Knott Date: Sun, 20 Sep 2020 15:55:26 -0500 Subject: [PATCH] Updated Developers Guide (markdown) --- Developers-Guide.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Developers-Guide.md b/Developers-Guide.md index 10c8813..8472e8a 100644 --- a/Developers-Guide.md +++ b/Developers-Guide.md @@ -1,5 +1,3 @@ -### Architecture - ### Frontend #### Tools used @@ -39,7 +37,7 @@ src/ - [sqlc](https://github.com/kyleconroy/sqlc) for converting SQL query files into Golang code - [gqlgen](https://github.com/99designs/gqlgen) for converting graphql schema files into Golang code -#### Architecture +#### Directory structure ``` cmd/