2
0
mirror of https://github.com/tenrok/event-scheduling.git synced 2026-06-11 18:02:31 +03:00

feat: initial commit

This commit is contained in:
Dipesh Dulal
2021-01-16 10:14:11 +05:45
commit fd99a241ac
7 changed files with 89 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
module github.com/dipeshdulal/event-scheduling
go 1.15
require (
github.com/joho/godotenv v1.3.0
github.com/lib/pq v1.9.0
)