Projects Structure Completed

This commit is contained in:
SowinskiBraeden committed 2021-09-30 12:17:24 -07:00
commit 338f508460
28 files changed
+567

No files matched your search

+8
View File
@@ -0,0 +1,8 @@
module restaurant-management
go 1.16
require (
github.com/gin-gonic/gin v1.7.4
go.mongodb.org/mongo-driver v1.7.2
)