From 3eab2a3c9f90fe1be72ce9c766743031d89031e8 Mon Sep 17 00:00:00 2001 From: vinchent Date: Mon, 29 Jul 2024 22:09:06 +0200 Subject: [PATCH] add todo --- go.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4e5a211..a920dc8 100644 --- a/go.mod +++ b/go.mod @@ -2,11 +2,12 @@ module go-udemy-web-1 go 1.21.0 -// github.com/CloudyKit/jet --> Check this later +// Template: github.com/CloudyKit/jet --> Check this later // // ORM packages: // upper/db https://github.com/upper/db // gorm.io/gorm +// TODO Checkout sqlc and sqlx // TODO Use default http package to rewrite the project with go 1.22.1