From f5f89c2c03ce18fadabe858f2f200a7990c7ecce Mon Sep 17 00:00:00 2001 From: vinchent Date: Sun, 7 Jul 2024 22:50:46 +0200 Subject: [PATCH] add comment about orm packages --- go.mod | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/go.mod b/go.mod index 8c56807..be3fab8 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,10 @@ module go-udemy-web-1 go 1.21.0 // github.com/CloudyKit/jet --> Check this later +// +// ORM packages: +// upper/db https://github.com/upper/db +// gorm.io/gorm require github.com/go-chi/chi/v5 v5.0.14