From bd5c9dcbe268946bdb58854a3396ee86c14284b2 Mon Sep 17 00:00:00 2001 From: Jordan Knott Date: Thu, 17 Dec 2020 19:05:53 -0600 Subject: [PATCH] Updated Developers Guide (markdown) --- Developers-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Developers-Guide.md b/Developers-Guide.md index f1b1090..8014adb 100644 --- a/Developers-Guide.md +++ b/Developers-Guide.md @@ -45,7 +45,7 @@ src/ #### Tools used -- [sqlc](https://github.com/kyleconroy/sqlc) for converting SQL query files into Golang code +- [sqlc](https://github.com/kyleconroy/sqlc) for converting SQL query files into Golang code **(1.6+ required)** - [gqlgen](https://github.com/99designs/gqlgen) for converting graphql schema files into Golang code #### Directory structure